From ee66b070a9505ae57dbbb49330f004f339743ed8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 13 Apr 2026 11:04:11 +0200 Subject: [PATCH] [mod] aol engines: disable by default (#5975) The AOL engines deliver no results or too many incorrect results; in #5972 it is reported that the AOL-images do not work, and on AOL-web the language selection seems to depend more on the IP than on the selected language / Locally, the language selection works for me, on the public server only English results are displayed, which significantly worsens the result list. Signed-off-by: Markus Heiser --- searx/settings.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index eff8839d2..8695ceb9e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -426,18 +426,21 @@ engines: search_type: search categories: [general] shortcut: aol + disabled: true - name: aol images engine: aol search_type: image categories: [images] shortcut: aoli + disabled: true - name: aol videos engine: aol search_type: video categories: [videos] shortcut: aolv + disabled: true - name: arch linux wiki engine: archlinux