Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 843 Bytes

File metadata and controls

18 lines (13 loc) · 843 Bytes

ContainsAllTermsQuery

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. Allows you to specify a property to query on by a variety of means. Either field or propertyIdentifier must be supplied, but not both.

Properties

Name Type Required Description
field Optional[PropertyApiName] No
property_identifier Optional[PropertyIdentifier] No
value str Yes
fuzzy Optional[FuzzyV2] No
type Literal["containsAllTerms"] Yes None

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