Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 608 Bytes

File metadata and controls

16 lines (11 loc) · 608 Bytes

AllTermsQuery

Returns objects where the specified field contains all 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["allTerms"] Yes None

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