I’m building a query for a ViewControl which looks something like this:
FIELD StatusOfIssue = “PV” AND FIELD Product = “xyz”
We have 2 status: (1) “PV” and (2) “PV Assign”
This query is returning docs with BOTH statuses since the equals sign is really a ‘contains’ operator. Is there a way to build a query so it’s an Exact match?