Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 607 Bytes

AnyTermQuery.md

File metadata and controls

16 lines (11 loc) · 607 Bytes

AnyTermQuery

Returns objects where the specified field contains any of the whitespace separated words in any order in the provided value. This query supports fuzzy matching.

Properties

Name Type Required Description
field FieldNameV1 Yes
value str Yes
fuzzy Optional[Fuzzy] No
type Literal["anyTerm"] Yes None

[Back to Model list] [Back to API list] [Back to README]