[PR #1259] [CLOSED] Hashtag Web Search URL Entry Enhancement #59472

Closed
opened 2026-05-06 01:33:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1259
Author: @que-nguyen
Created: 3/22/2024
Status: Closed

Base: devHead: dev


📝 Commits (2)

  • a3e6d2f Enhance Hashtag Web Search with dual-space URL termination
  • 6b7ca4e Merge 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.

web-search


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

🔄 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. ![web-search](https://github.com/open-webui/open-webui/assets/2045117/67acd4ff-1856-4493-9f7a-cb99ac089527) --- ### 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>
GiteaMirror added the pull-request label 2026-05-06 01:33:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#59472