We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c7fa06 + b5afa23 commit febbee0Copy full SHA for febbee0
src/Typesense/Documents.ts
@@ -83,6 +83,7 @@ export interface SearchParams {
83
limit_hits?: number; // default: no limit
84
pre_segmented_query?: boolean;
85
enable_overrides?: boolean;
86
+ override_tags?: string | string[];
87
prioritize_exact_match?: boolean; // default: true
88
prioritize_token_position?: boolean;
89
prioritize_num_matching_fields?: boolean;
0 commit comments