mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #3407] [MERGED] feat/case insensitive tag selection #8033
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3407
Author: @jonathan-rohde
Created: 6/24/2024
Status: ✅ Merged
Merged: 6/25/2024
Merged by: @tjbck
Base:
dev← Head:feat/case-insensitive-tag-selection📝 Commits (2)
09e95b8feat(chat): ignore upper/lower case to select document/tag/collectionc7855b3feat(chat): formatting📊 Changes
1 file changed (+11 additions, -2 deletions)
View changed files
📝
src/lib/components/chat/MessageInput/Documents.svelte(+11 -2)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Currently the selection of file/tag/collection by starting message with '#' is case sensitive. Which means that a user has to remember how a certain value has been stored.
With the change the search is case insensitive.
Changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.