Description:
Add support for querying entities by matching against multiple tag values, with an option to apply AND or OR logic.
Examples:
-
Get all clients with:
location = "location 1" AND city = "city 1"
-
Get all clients where:
city = "city 1" OR city = "city 2"
Acceptance Criteria: