From 5c2de0954bf5c3ac59e12b1b99c33f25c4d38732 Mon Sep 17 00:00:00 2001 From: Sergey Belyanin Date: Tue, 16 Apr 2024 11:35:43 +0700 Subject: [PATCH] feat: collection field stem parameter type --- src/Typesense/Collection.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Typesense/Collection.ts b/src/Typesense/Collection.ts index d5d2997b..5eb14421 100644 --- a/src/Typesense/Collection.ts +++ b/src/Typesense/Collection.ts @@ -36,6 +36,7 @@ export interface CollectionFieldSchema { sort?: boolean; locale?: string; infix?: boolean; + stem?: boolean; num_dim?: number; store?: boolean; [t: string]: unknown;