This is a continuing discussion about the article Searching with the Zendesk API in the developer documentation.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
There isn't a way to explicitly specify matching logic with operators like AND (&), OR (||), etc. Search will use AND logic for the supplied terms, unless when searching for multiple values of the same property. So for example, given the terms
tags:silver tags:bronze, search will employ OR logic. We break this down in further detail in our search reference.