Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 631 Bytes

AnyTermQueryDict.md

File metadata and controls

16 lines (11 loc) · 631 Bytes

AnyTermQueryDict

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 StrictStr Yes
fuzzy NotRequired[Fuzzy] No
type Literal["anyTerm"] Yes None

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