[GH-ISSUE #13983] feat: granular control over whether web search is enabled #17095

Closed
opened 2026-04-19 22:51:11 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @caferen on GitHub (May 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13983

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

I am not sure if this is a bug or is the intended behavior.

When I enable web search in any chat once, it will default to on for all new chats going forward until manually disabled by clicking the button.

This is especially bad when starting chats programmatically because there's no way to turn off web search if it happens to be on at that moment AFAICT.

Desired Solution you'd like

There needs to be more granular control over when it's enabled. These already exist:

  • On by default (currently called Always)
  • Keep the current setting (currently called Default)

One or both of these should exist:

  • Off by default (could be called Manual)
  • Allow setting web-search=false URL parameter to explicitly turn if off regardless of the user setting.

Alternatives Considered

  • I have User -> Settings -> Interface -> Web Search in Chat set to Default. It has only two values: Always and Default.
  • I tried setting web-search=false URL parameter (looks like it only has an effect when it's true.

Additional Context

No response

Originally created by @caferen on GitHub (May 17, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/13983 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description I am not sure if this is a bug or is the intended behavior. When I enable web search in any chat once, it will default to on for all new chats going forward until manually disabled by clicking the button. This is especially bad when starting chats programmatically because there's no way to turn off web search if it happens to be on at that moment AFAICT. ### Desired Solution you'd like There needs to be more granular control over when it's enabled. These already exist: - On by default (currently called Always) - Keep the current setting (currently called Default) One or both of these should exist: - Off by default (could be called Manual) - Allow setting `web-search=false` URL parameter to explicitly turn if off regardless of the user setting. ### Alternatives Considered - I have User -> Settings -> Interface -> Web Search in Chat set to Default. It has only two values: Always and Default. - I tried setting web-search=false URL parameter (looks like it only has an effect when it's true. ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#17095