Skip to content

Commit ca6d662

Browse files
committed
fix(types): add stem_dictionary to collection types
1 parent 6c0a52e commit ca6d662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/typesense/types/collection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class CollectionFieldSchema(typing.Generic[_TType], typing.TypedDict, total=Fals
7777
optional: typing.NotRequired[bool]
7878
infix: typing.NotRequired[bool]
7979
stem: typing.NotRequired[bool]
80+
stem_dictionary: typing.NotRequired[str]
8081
locale: typing.NotRequired[Locales]
8182
sort: typing.NotRequired[bool]
8283
store: typing.NotRequired[bool]

0 commit comments

Comments
 (0)