From f1a22dec9ec7a75c37191fec67550c73df3a9d5a Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 26 May 2026 11:05:06 +0200 Subject: [PATCH] [fix] disable qwant engine / the rate-limits are just very strict (#6148) Qwant is set to inactive by default due to its strict rate-limits Related: - https://github.com/searxng/searxng/pull/6127 Signed-off-by: Markus Heiser --- searx/settings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index d0069ea05..ea93b919a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1798,6 +1798,7 @@ engines: engine: qwant shortcut: qw categories: [general, web] + disabled: true - name: qwant news qwant_categ: news @@ -1805,6 +1806,7 @@ engines: shortcut: qwn categories: news network: qwant + disabled: true - name: qwant images qwant_categ: images @@ -1812,6 +1814,7 @@ engines: shortcut: qwi categories: [images, web] network: qwant + disabled: true - name: qwant videos qwant_categ: videos @@ -1819,6 +1822,7 @@ engines: shortcut: qwv categories: [videos, web] network: qwant + disabled: true # - name: library # engine: recoll