mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
Don't request nav and pass count to Yacy
This commit is contained in:
parent
240d91d38d
commit
e6d43d70f3
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ def search_yacy(
|
||||||
params = {
|
params = {
|
||||||
"query": query,
|
"query": query,
|
||||||
"resource": "global",
|
"resource": "global",
|
||||||
"nav": "all",
|
"maximumRecords": count,
|
||||||
|
"nav": "none",
|
||||||
# "format": "json",
|
# "format": "json",
|
||||||
# "pageno": 1,
|
# "pageno": 1,
|
||||||
# "safesearch": safesearch,
|
# "safesearch": safesearch,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue