Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove featured search #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/pages/api/11-search-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,13 @@ Pass the following URL parameters with the GET request.
How closely it matches your search request, closest matches first.</li>
<li><inlineCode>creation</inlineCode><br />
Creation date in descending order (newest first).</li>
<li><inlineCode>featured</inlineCode><br />
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.</li>
<li><inlineCode>nb_downloads</inlineCode><br />
In descending order by the number of downloads by all users since the asset was added to Adobe
Stock.</li>
<li><inlineCode>undiscovered</inlineCode><br />
Starting with assets that have not commonly been viewed or downloaded.</li>
<li><inlineCode><s>featured</s></inlineCode><br />
This feature will be deprecated and revert to a <inlineCode>relevance</inlineCode> sort.</li>
</ul>
</td>
</tr>
Expand Down
1 change: 0 additions & 1 deletion src/pages/getting-started/apps/05-search-for-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down