From e63be63d7f04c02b7518a15adbcefc06c743138b Mon Sep 17 00:00:00 2001 From: Fanis Tharropoulos Date: Tue, 26 Nov 2024 11:20:10 +0200 Subject: [PATCH] feat(collection): add to collection field --- src/Typesense/Collection.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Typesense/Collection.ts b/src/Typesense/Collection.ts index 79dcdcc1..80f36e14 100644 --- a/src/Typesense/Collection.ts +++ b/src/Typesense/Collection.ts @@ -39,6 +39,7 @@ export interface CollectionFieldSchema { stem?: boolean; num_dim?: number; store?: boolean; + range_index?: boolean; [t: string]: unknown; }