At present, when multiple tags are applied as filters in Pingdom Synthetic → Uptime/Transactions, the system returns checks that match any of the tags (OR logic).
Example:
Uptime 1 → tags: gw, a
Uptime 2 → tags: gw, b
If I filter with "gw", both Uptime 1 and Uptime 2 are shown (expected).
If I add "a" along with "gw", both checks are still shown (because OR logic is applied).
Request:
When multiple filters are applied, provide an AND logic option so that only checks with all selected tags are displayed.
This enhancement would allow teams to quickly drill down to specific checks, avoid noise, and improve usability when managing large-scale monitoring with many tags.