Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Aug 29, 2024
1 parent c7f4e37 commit 9c03143
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/typesense.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/typesense.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/Typesense/Documents.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type DocumentSchema = Record<string, any>;
export interface SearchParamsWithPreset extends Partial<SearchParams> {
preset: string;
}
type DropTokensMode = "right_to_left" | "left_to_right" | "both_sides:3";
type OperationMode = "off" | "always" | "fallback";
export interface SearchParams {
q?: string;
Expand Down Expand Up @@ -61,6 +62,7 @@ export interface SearchParams {
split_join_tokens?: OperationMode;
exhaustive_search?: boolean;
drop_tokens_threshold?: number;
drop_tokens_mode?: DropTokensMode;
typo_tokens_threshold?: number;
pinned_hits?: string | string[];
hidden_hits?: string | string[];
Expand Down
2 changes: 1 addition & 1 deletion lib/Typesense/Documents.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c03143

Please sign in to comment.