From f9b9217e986a51ef140bf1452947bfb00362a094 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Sat, 26 Apr 2025 23:13:31 -0400 Subject: [PATCH] Set Yacy search to text --- backend/open_webui/retrieval/web/yacy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/open_webui/retrieval/web/yacy.py b/backend/open_webui/retrieval/web/yacy.py index ad3016935..e0334a8fe 100644 --- a/backend/open_webui/retrieval/web/yacy.py +++ b/backend/open_webui/retrieval/web/yacy.py @@ -55,6 +55,7 @@ def search_yacy( params = { "query": query, + "contentdom": "text", "resource": "global", "maximumRecords": count, "nav": "none",