1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-25 07:20:15 +02:00
searxng/searx
Markus Heiser 5dd3442f83 [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>
2022-01-07 10:41:09 +01:00
..
answerers [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
data Update searx.data - update_languages.py 2022-01-01 18:37:35 +01:00
engines [fix] drop etools engine module 2022-01-07 10:41:09 +01:00
metrics [enh] settings.yml: implement general.enable_metrics 2022-01-05 19:03:04 +01:00
network [mod] upgrade httpx 0.21.2 2022-01-05 18:46:00 +01:00
plugins [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
search [enh] settings.yml: implement general.enable_metrics 2022-01-05 19:03:04 +01:00
shared [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
static [build] /static 2022-01-05 11:03:44 +01:00
templates [enh] display help text for "Other" engines tab in preferences 2022-01-05 11:03:44 +01:00
translations Delete searx/translations/nl_BE 2022-01-05 20:36:24 +01:00
__init__.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
autocomplete.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
exceptions.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
external_bang.py [pylint] fix global-variable-not-assigned issues 2021-09-17 10:14:27 +02:00
external_urls.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
flaskfix.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
languages.py Update searx.data - update_languages.py 2022-01-01 18:37:35 +01:00
locales.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
preferences.py [enh] change categories_as_tabs from a list to a dict 2022-01-05 11:03:44 +01:00
query.py [fix] bang syntax for categories with spaces 2022-01-03 07:01:49 +01:00
results.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
settings_defaults.py Merge pull request #634 from not-my-profile/powered-by 2022-01-06 09:22:02 +01:00
settings_loader.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
settings.yml [fix] drop etools engine module 2022-01-07 10:41:09 +01:00
unixthreadname.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
utils.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
version.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
webadapter.py [fix] disabling all engines in a category makes the bang search in general 2022-01-03 20:23:46 +01:00
webapp.py Merge pull request #634 from not-my-profile/powered-by 2022-01-06 09:22:02 +01:00
webutils.py [enh] change categories_as_tabs from a list to a dict 2022-01-05 11:03:44 +01:00