Skip to content

Commit febbee0

Browse files
authored
Merge pull request #229 from tharropoulos/fix/add-override-tags
fix: add override tags params to search params interface
2 parents 7c7fa06 + b5afa23 commit febbee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Typesense/Documents.ts

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export interface SearchParams {
8383
limit_hits?: number; // default: no limit
8484
pre_segmented_query?: boolean;
8585
enable_overrides?: boolean;
86+
override_tags?: string | string[];
8687
prioritize_exact_match?: boolean; // default: true
8788
prioritize_token_position?: boolean;
8889
prioritize_num_matching_fields?: boolean;

0 commit comments

Comments
 (0)