Skip to content

Commit

Permalink
feat: collection field stem parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ku3mi41 committed Apr 16, 2024
1 parent 2c78828 commit 5c2de09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Typesense/Collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export interface CollectionFieldSchema {
sort?: boolean;
locale?: string;
infix?: boolean;
stem?: boolean;
num_dim?: number;
store?: boolean;
[t: string]: unknown;
Expand Down

0 comments on commit 5c2de09

Please sign in to comment.