mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #21578] feat: Add Web Search support to Channels #19522
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 @jqqin on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21578
Check Existing Issues
Verify Feature Scope
Problem Description
Currently, channels only support file uploads and screen capture through the InputMenu. However, regular chats have access to the full IntegrationsMenu which includes Web Search
Desired Solution you'd like
It would be great to have Web Search available in channels as well, allowing users to search the internet while collaborating in channel conversations.
Current behavior: Channels only show "Upload Files" and "Capture" options
Expected behavior: Channels should have access to Web Search toggle (similar to regular chats)
Alternatives Considered
No response
Additional Context
No response
@samanhm1381-alt commented on GitHub (Feb 19, 2026):
Hi! I explored this feature from a UX perspective and created a small interaction proposal.
Problem
When Web Search is enabled from the chat bar, there is no persistent indication of that state in the channel list.
Users may forget search is active, especially when switching between conversations.
Proposed behavior
Synchronize the search state across the interface:
Toggling Search in the chat input enables/disables search for that conversation
The corresponding channel in the sidebar shows a small indicator (blue dot on the globe icon)
This keeps system status visible and prevents unintended searches
This does not introduce a new control — only a consistent state indicator.
Prototype (interactive)
](https://www.figma.com/proto/zs4yWnv9JmdwsfjUbeQU0X/Untitled?node-id=477-2&t=mClVuzvzcouAnpZK-1)
I kept the change minimal and aligned with the existing UI patterns so it should not affect current workflows.
Would love to hear your thoughts or constraints before refining further
@tjbck commented on GitHub (Feb 19, 2026):
https://github.com/open-webui/open-webui/issues/8050