mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
[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 <markus.heiser@darmarit.de>
This commit is contained in:
@@ -426,18 +426,21 @@ engines:
|
|||||||
search_type: search
|
search_type: search
|
||||||
categories: [general]
|
categories: [general]
|
||||||
shortcut: aol
|
shortcut: aol
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: aol images
|
- name: aol images
|
||||||
engine: aol
|
engine: aol
|
||||||
search_type: image
|
search_type: image
|
||||||
categories: [images]
|
categories: [images]
|
||||||
shortcut: aoli
|
shortcut: aoli
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: aol videos
|
- name: aol videos
|
||||||
engine: aol
|
engine: aol
|
||||||
search_type: video
|
search_type: video
|
||||||
categories: [videos]
|
categories: [videos]
|
||||||
shortcut: aolv
|
shortcut: aolv
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: arch linux wiki
|
- name: arch linux wiki
|
||||||
engine: archlinux
|
engine: archlinux
|
||||||
|
|||||||
Reference in New Issue
Block a user