mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #17782] issue: Web Search engine problem #33924
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 @SaraDark on GitHub (Sep 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17782
Open WebUI Version
0.6.31
Operating System
Official Docker image on Linux Debian 12
Version: v0.6.31 and olders
Problem: When i search (searxng + firecrawl) i see boubled search, and not usable resoults like on screan below:
problem 2 is scraping only 1 page at time, i can by manuall test scraping 10 pagtes on one time.
my configuration:
Actual Behavior
Search doubled, 2 search not resoult, problem scrapping pages after searched.
Only 1 page at once scrapping is slowing qwery
Steps to Reproduce
Install from official docker image and configure like on screans
@rgaricano commented on GitHub (Sep 26, 2025):
probably it only search 1 page for your searxng query,
are you tried just with:
http://..../searxng/search?q=<query>@SaraDark commented on GitHub (Sep 26, 2025):
on older version (i dont remember what number version, i think v0.6.28) before refactoring its working without duplicated, but still with problem 1 query at one time problem, at current version i test config:
problem still exist with doubled searching (websearch not usable) and only 1 scrapp at one time
@rgaricano commented on GitHub (Sep 26, 2025):
there isn't 2 web search queries, only one, the other is the search queries generation (when is enabled).
This is the web_search flow: