mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
Set Yacy search to text
This commit is contained in:
parent
e6d43d70f3
commit
f9b9217e98
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ def search_yacy(
|
||||||
|
|
||||||
params = {
|
params = {
|
||||||
"query": query,
|
"query": query,
|
||||||
|
"contentdom": "text",
|
||||||
"resource": "global",
|
"resource": "global",
|
||||||
"maximumRecords": count,
|
"maximumRecords": count,
|
||||||
"nav": "none",
|
"nav": "none",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue