We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e000362 commit a4309c7Copy full SHA for a4309c7
packages/client-search/src/types/SearchOptions.ts
@@ -253,7 +253,7 @@ export type SearchOptions = {
253
readonly restrictSearchableAttributes?: readonly string[];
254
255
/**
256
- * Restricts a given query to look in only a subset of your searchable attributes.
+ * Controls how facet values are sorted.
257
*/
258
readonly sortFacetValuesBy?: 'count' | 'alpha';
259
0 commit comments