Skip to content

Commit

Permalink
Merge pull request #241 from JinxedStar/fix-searchparam-config
Browse files Browse the repository at this point in the history
add missing facet_strategy option to SearchParams to catch up to v27
  • Loading branch information
jasonbosco authored Nov 6, 2024
2 parents 676583a + 6e55a43 commit 0d9415e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Typesense/Documents.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export interface SearchParams {
facet_query?: string;
facet_query_num_typos?: number;
facet_return_parent?: string;
facet_strategy?: 'exhaustive' | 'top_values' | 'automatic';
page?: number;
per_page?: number;
group_by?: string | string[];
Expand Down

0 comments on commit 0d9415e

Please sign in to comment.