diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-06 14:42:28 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-07 10:41:09 +0100 |
commit | 5dd3442f83debe73a6e7302e620e464b1982c369 (patch) | |
tree | 0d3419c4b840358079ab6ece65594efef785d02f /searx/settings.yml | |
parent | 93c6829b27d5319ca85af798015f1e11da566f1f (diff) | |
download | searxng-5dd3442f83debe73a6e7302e620e464b1982c369.tar.gz searxng-5dd3442f83debe73a6e7302e620e464b1982c369.zip |
[fix] drop etools engine module
The implementation of the etools engine is poor. No date-range support, no
language support and it is broken by a CAPTCHA.
etools is a metasearch engine, the major search engines it supports (google,
bing, wikipedia, Yahoo) are already available in SeaarXNG.
While etools does support several engines we currently don't support directly,
support for them should be added directly to SearXNG if there is demand.
In practice: in SearXNG the worse etools results will be mixed with good results
from other engines we have (as long as there is no captcha).
At best case, what we win with etools is in e.g. results from de.ask.com in a
query from a german request .. in all other cases worse results are bubble up in
SearXNG's result list.
[1] https://github.com/searxng/searxng/issues/696#issuecomment-1005855499
Closes: https://github.com/searxng/searxng/issues/696
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index f1d6fa1b1..3b4b0e3b4 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -479,13 +479,6 @@ engines: timeout: 3.0 disabled: true - - name: etools - engine: etools - shortcut: eto - disabled: true - additional_tests: - rosebud: *test_rosebud - - name: etymonline engine: xpath paging: true |