Skip to content

Commit

Permalink
Merge pull request #250 from tharropoulos/range-index
Browse files Browse the repository at this point in the history
feat: add `range_index` to collection field
  • Loading branch information
jasonbosco authored Nov 26, 2024
2 parents 619473d + e63be63 commit b183c36
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 @@ -39,6 +39,7 @@ export interface CollectionFieldSchema {
stem?: boolean;
num_dim?: number;
store?: boolean;
range_index?: boolean;
[t: string]: unknown;
}

Expand Down

0 comments on commit b183c36

Please sign in to comment.