Skip to content

Commit

Permalink
Merge pull request #204 from marcopesani/master
Browse files Browse the repository at this point in the history
added enable_lazy_filter to to the SearchParams interface
  • Loading branch information
jasonbosco committed May 29, 2024
2 parents d6b65a6 + f41c00b commit 3d432e3
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 @@ -42,6 +42,7 @@ export interface SearchParams {
query_by_weights?: string | number[];
prefix?: string | boolean | boolean[]; // default: true
filter_by?: string;
enable_lazy_filter?: boolean; // default: false
sort_by?: string | string[]; // default: text match desc
facet_by?: string | string[];
max_facet_values?: number;
Expand Down

0 comments on commit 3d432e3

Please sign in to comment.