Skip to content

Commit edd41e7

Browse files
committed
feat(multi-search): add union parameter to multisearch
1 parent 738f5a4 commit edd41e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/typesense/types/multi_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ class MultiSearchRequestSchema(typing.TypedDict):
2929
searches (list[MultiSearchParameters]): The search parameters.
3030
"""
3131

32+
union: typing.NotRequired[typing.Literal[True]]
3233
searches: typing.List[MultiSearchParameters]

0 commit comments

Comments
 (0)