mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #16080] issue: DuckDuckGo search actually uses Bing Search in the background..? #17776
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 @jhemmond on GitHub (Jul 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16080
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.18
Ollama Version (if applicable)
No response
Operating System
Win 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When I enable Web Search for a prompt, and have already setup DuckDuckGo as my search engine. The query should be sent to DuckDuckGo.
Actual Behavior
Query is sent to bing.com
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Jul 28, 2025):
https://github.com/deedy5/ddgs
@rgaricano commented on GitHub (Jul 28, 2025):
Yes, I think that was a mistake reemplazing that lib, it isn't a pure duckduckgo search, its acronym is "Dux Distributed Global Search", it use different search engines
@robertcontois commented on GitHub (Aug 11, 2025):
That appears to be the default behavior and it should either specify "duckduckgo" as the backend when making a "Duckduckgo" search request from open webui through ddgs, or the text should be updated in open webui and not appear as if Duckduckgo is the search engine being used.