not like '...'
Allows for matching text fields that do not contain a substring
Works with the following datatypes:
This function works with 2.1 endpoint(s). What does this mean? »
The like '...'
function allows you to filter for Text values that do not match a given pattern. Patterns can include placeholders to make fuzzy matches:
For example, to query the employees at the City of Chicago who aren’t advisors (the ‘%’ characters are URL encoded as ‘%25’):