mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #4960] Implement combined tag filtering in Open WebUI #13801
Reference in New Issue
Block a user
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 @go-run-jump on GitHub (Aug 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4960
Is your feature request related to a problem? Please describe.
Users can only filter conversations by single tags and cannot combine multiple tags for more precise filtering, limiting the ability to narrow down searches effectively.
Describe the solution you'd like
Implement combined tag filtering, allowing users to select multiple tags when filtering conversations. This should include both AND and OR operations, similar to how labels work in GitLab and GitHub.
Describe alternatives you've considered
Additional context
Examples of desired functionality:
@tjbck commented on GitHub (Aug 28, 2024):
Closing in favour of #4959, please do not spam our issues page, thanks!