Fixed an issue within the Hashtag Web Search functionality where a single space character would incorrectly conclude URL entry, disrupting the user's search experience. The solution implemented requires users to press the space bar twice to signal the end of URL input, enhancing usability by accommodating URLs that contain spaces.
Changelog Entry
Added
None
Fixed
Corrected the behavior in Hashtag Web Search where a single space would prematurely end URL entry. Users now need to press the space bar twice to finish entering a URL.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/1259
**Author:** [@que-nguyen](https://github.com/que-nguyen)
**Created:** 3/22/2024
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dev`
---
### 📝 Commits (2)
- [`a3e6d2f`](https://github.com/open-webui/open-webui/commit/a3e6d2f16ab4d92a107643c8c9d3c8fa17ce1b58) Enhance Hashtag Web Search with dual-space URL termination
- [`6b7ca4e`](https://github.com/open-webui/open-webui/commit/6b7ca4ee266e34d8602d9ccae4eafecea55e56d8) Merge branch 'open-webui:dev' into dev
### 📊 Changes
**1 file changed** (+4 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/MessageInput/Documents.svelte` (+4 -4)
</details>
### 📄 Description
## Description
Fixed an issue within the Hashtag Web Search functionality where a single space character would incorrectly conclude URL entry, disrupting the user's search experience. The solution implemented requires users to press the space bar twice to signal the end of URL input, enhancing usability by accommodating URLs that contain spaces.

---
### Changelog Entry
### Added
- None
### Fixed
- Corrected the behavior in Hashtag Web Search where a single space would prematurely end URL entry. Users now need to press the space bar twice to finish entering a URL.
### Changed
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/MessageInput/Documents.svelte
### Removed
- None
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1259
Author: @que-nguyen
Created: 3/22/2024
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (2)
a3e6d2fEnhance Hashtag Web Search with dual-space URL termination6b7ca4eMerge branch 'open-webui:dev' into dev📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
src/lib/components/chat/MessageInput/Documents.svelte(+4 -4)📄 Description
Description
Fixed an issue within the Hashtag Web Search functionality where a single space character would incorrectly conclude URL entry, disrupting the user's search experience. The solution implemented requires users to press the space bar twice to signal the end of URL input, enhancing usability by accommodating URLs that contain spaces.
Changelog Entry
Added
Fixed
Changed
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/MessageInput/Documents.svelte
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.