Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 862 Bytes

File metadata and controls

18 lines (13 loc) · 862 Bytes

ContainsAllTermsInOrderPrefixLastTerm

Returns objects where the specified field contains all of the terms in the order provided, but they do have to be adjacent to each other. The last term can be a partial prefix match. Allows you to specify a property to query on by a variety of means. Either field or propertyIdentifier can be supplied, but not both.

Properties

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

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