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
Creating separate tag combinations
Additional context
Examples of desired functionality:
Show all conversations except those tagged with "Archived"
Display conversations tagged with "Project A" but exclude those also tagged with "Completed"
This feature would greatly improve the ability to focus on specific subsets of conversations by excluding irrelevant tags.
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**
- Creating separate tag combinations
**Additional context**
Examples of desired functionality:
- Show all conversations except those tagged with "Archived"
- Display conversations tagged with "Project A" but exclude those also tagged with "Completed"
This feature would greatly improve the ability to focus on specific subsets of conversations by excluding irrelevant tags.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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