From d196cd460d3ae6091d33b3925035135cc62c6791 Mon Sep 17 00:00:00 2001 From: Christopher Smith Date: Wed, 13 Nov 2024 18:28:22 -0800 Subject: [PATCH 1/2] Remove featured search --- src/pages/getting-started/apps/05-search-for-assets.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/getting-started/apps/05-search-for-assets.md b/src/pages/getting-started/apps/05-search-for-assets.md index 4e57778..4bcc973 100644 --- a/src/pages/getting-started/apps/05-search-for-assets.md +++ b/src/pages/getting-started/apps/05-search-for-assets.md @@ -199,7 +199,6 @@ Valid orders and their meanings: * `relevance`: How closely it matches your search request, closest matches first (default). * `creation`: Creation date in descending order (newest first). -* `featured`: Attempts to display the highest quality content first, as scored by Adobe Sensei's machine learning algorithms. In practice, it performs best on lifestyle imagery. * `nb_downloads`: In descending order by the number of downloads by all users since the asset was added to Adobe Stock. * `undiscovered`: Starting with assets that have not commonly been viewed or downloaded. From d4c76a39da82675e2de8989bb52354dd91e4e3ba Mon Sep 17 00:00:00 2001 From: Christopher Smith Date: Wed, 13 Nov 2024 18:38:33 -0800 Subject: [PATCH 2/2] Update 11-search-reference.md to deprecate featured language --- src/pages/api/11-search-reference.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/api/11-search-reference.md b/src/pages/api/11-search-reference.md index 434d40f..2cb1714 100644 --- a/src/pages/api/11-search-reference.md +++ b/src/pages/api/11-search-reference.md @@ -167,15 +167,13 @@ Pass the following URL parameters with the GET request. How closely it matches your search request, closest matches first.
  • creation
    Creation date in descending order (newest first).
  • -
  • featured
    - Attempts to display the highest quality content first, as scored by Adobe Sensei's machine - learning - algorithms. In practice, it performs best on lifestyle imagery.
  • nb_downloads
    In descending order by the number of downloads by all users since the asset was added to Adobe Stock.
  • undiscovered
    Starting with assets that have not commonly been viewed or downloaded.
  • +
  • featured
    + This feature will be deprecated and revert to a relevance sort.