Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 842 Bytes

File metadata and controls

18 lines (13 loc) · 842 Bytes

ContainsAnyTermQuery

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. 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["containsAnyTerm"] Yes None

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