checkly / public-roadmap

Checkly public roadmap. All planned features, updates and tweaks.
https://checklyhq.com
37 stars 7 forks source link

Checkly webapp: being able to filter checks by tags using an "AND" combination instead of "OR" #311

Open clementlize opened 1 year ago

clementlize commented 1 year ago

Is your feature request related to a problem? Please describe. Let's say I have 4 tests which have tags:

Describe the solution you'd like By selecting "app1" and "uat", I would like the result to be [Test 1] (AND combination)

Describe alternatives you've considered At the moment, when sending the checks via API, we combine the tags. For example, we create the tag "app1-uat". This is not scalable but it's the only way at the moment

Additional context image