Skip to content

Commit

Permalink
docs(SearchOptions): fix jsdoc of sortFacetValuesBy (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnesium38 committed May 30, 2023
1 parent e000362 commit a4309c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/src/types/SearchOptions.ts
Expand Up @@ -253,7 +253,7 @@ export type SearchOptions = {
readonly restrictSearchableAttributes?: readonly string[];

/**
* Restricts a given query to look in only a subset of your searchable attributes.
* Controls how facet values are sorted.
*/
readonly sortFacetValuesBy?: 'count' | 'alpha';

Expand Down

0 comments on commit a4309c7

Please sign in to comment.