Skip to content

Commit

Permalink
fix: add facet strategy search param back
Browse files Browse the repository at this point in the history
  • Loading branch information
tharropoulos committed Nov 18, 2024
1 parent 8d18aa6 commit 90dc5d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Typesense/Documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export interface SearchParams {
facet_query?: string;
facet_query_num_typos?: number;
facet_return_parent?: string;
facet_strategy?: "exhaustive" | "top_values" | "automatic";
page?: number; // default: 1
per_page?: number; // default: 10, max 250
group_by?: string | string[];
Expand Down

0 comments on commit 90dc5d4

Please sign in to comment.