mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16093] issue: web search sql instead of generated terms #33310
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 @branep on GitHub (Jul 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16093
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.18
Ollama Version (if applicable)
0.9.6
Operating System
macOS 15.5
Browser (if applicable)
Vivaldi 7.5.3735.56 (Stable channel) (arm64)
Confirmation
README.md.Expected Behavior
A search related to the prompt, returning related content.
Actual Behavior
Returns pages unrelated to search
Steps to Reproduce
Select web search and submit the prompt.
Logs & Screenshots
Any web search requests generates the following:
open-webui 2025-07-28 14:23:38.058 | INFO | open_webui.routers.retrieval:process_web_search:1914 - trying to web search wi ││ th ('brave', ["SELECT * FROM customers WHERE country='USA'"]) - {}Websearch config:

Additional Information
No response
@branep commented on GitHub (Jul 28, 2025):
another example:
│ open-webui 2025-07-28 14:42:31.179 | INFO | open_webui.routers.retrieval:process_web_search:1914 - trying to web search wi ││ th ('brave', ['What would you like to search for?']) - {}websearch screenshot:

@tjbck commented on GitHub (Jul 28, 2025):
Unable to reproduce, most likely has something to do with your query generation prompt template or the model used to generate the queries.