Skip to content

Commit

Permalink
orderBy relevance
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed May 13, 2022
1 parent bd5d573 commit 76417f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const EMPTY_ARRAY = [];
const SUGGESTIONS_QUERY = {
per_page: 20,
order: 'asc',
orderby: 'title',
orderby: 'relevance',
_fields: 'id,title',
context: 'view',
};
Expand Down

0 comments on commit 76417f9

Please sign in to comment.