mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #13952] issue: Searxng Queries Often Have Empty q Parameter #32614
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 @sempervictus on GitHub (May 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13952
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.9
Ollama Version (if applicable)
No response
Operating System
Ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Search requests sent to searxng contain some query for which a return is desired
Actual Behavior
Task model (phi4 reasoning) or py code produce an empty query string
Steps to Reproduce
curlfrom inside openwebui container that everything works correctly (json output, etc)Logs & Screenshots
Additional Information
No response
@tth37 commented on GitHub (May 16, 2025):
Well, maybe we should add an non-empty filter before queries were sent to search engines 🤔. Have you tried other search engines, is this a common problem?
@sempervictus commented on GitHub (May 16, 2025):
No external service APIs are used, duckduckgo is only other option here and that is always blocked in ratelimits anyway
@tjbck commented on GitHub (May 16, 2025):
dec9dd1ac0should've addressed, testing wanted here