mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #4959] enh: tag filtering #13800
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/4959
Is your feature request related to a problem? Please describe.
Currently, users can only include tags when filtering conversations and cannot exclude specific tags from their results, limiting flexibility in viewing relevant conversations.
Describe the solution you'd like
Add a tag exclusion option in the filtering system, allowing users to exclude specific tags when filtering conversations, similar to how label filtering works in GitLab and GitHub.
Describe alternatives you've considered
Additional context
Examples of desired functionality:
This feature would greatly improve the ability to focus on specific subsets of conversations by excluding irrelevant tags.
@tjbck commented on GitHub (Oct 15, 2024):
Partially implemented with search input refac, closing in favour of #6190