Skip to content

Commit a4309c7

Browse files
authored
docs(SearchOptions): fix jsdoc of sortFacetValuesBy (#1463)
1 parent e000362 commit a4309c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-search/src/types/SearchOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export type SearchOptions = {
253253
readonly restrictSearchableAttributes?: readonly string[];
254254

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

0 commit comments

Comments
 (0)