Skip to content

Commit

Permalink
Merge pull request #229 from tharropoulos/fix/add-override-tags
Browse files Browse the repository at this point in the history
fix: add override tags params to search params interface
  • Loading branch information
jasonbosco authored Sep 2, 2024
2 parents 7c7fa06 + b5afa23 commit febbee0
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 @@ -83,6 +83,7 @@ export interface SearchParams {
limit_hits?: number; // default: no limit
pre_segmented_query?: boolean;
enable_overrides?: boolean;
override_tags?: string | string[];
prioritize_exact_match?: boolean; // default: true
prioritize_token_position?: boolean;
prioritize_num_matching_fields?: boolean;
Expand Down

0 comments on commit febbee0

Please sign in to comment.