mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Allow changing Multiple Tags selection from OR to AND #4675
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4675
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rfrancocantero on GitHub (Feb 6, 2026).
📑 I have found these related issues/pull requests
No related
🔖 Feature description
I posted this as a bug but perhaps it fits better here:
Hi,
I've created multiple tags for my monitors.
A few of them have one tag but a few have multiple tags.
Location 1 has Tag A, B and C
Location 2 has Tag B and C and D
Now if I filter in the menu on Tag B, it shows Location 1 and 2, that's correct.
But then I click on Tag D also in the filter menu. It displays two green check marks but the second filter is not applied. So I keep seeing Location 1 and 2 but I should only see Location 2.
✔️ Solution
It should display combined results
❓ Alternatives
Provide an option for the user in the settings menu so that the end user can choose how this works.
📝 Additional Context
No response
@CommanderStorm commented on GitHub (Feb 6, 2026):
I asked you in https://github.com/louislam/uptime-kuma/issues/6873#issuecomment-3859086306 to
So what are the differnt options that you identified?
@rfrancocantero commented on GitHub (Feb 6, 2026):
The different options I see for multi-tag filtering are:
OR / “Match any selected tag” (current behavior): show monitors that have at least one of the selected tags.
Example: selecting Tag B + Tag D shows monitors with B or D.
AND / “Match all selected tags” (cascading / “pipe down”): show only monitors that have all selected tags.
Example: selecting Tag B + Tag D shows only monitors that have B and D.
My expectation (and preference) was AND/Match all, because selecting additional tags usually feels like narrowing/refining the result set, not expanding it.
A good compromise could be to support both via a simple UI toggle or setting, e.g. Any (OR) ↔ All (AND), so users can choose the behavior that matches their workflow.
@karthikeya-333 commented on GitHub (Feb 19, 2026):
Hi, is this issue still open? If yes, I would like to work on it @CommanderStorm
@rfrancocantero commented on GitHub (Feb 19, 2026):
Yes please! I would love that!! Thank you sooo much!