The name of the *secondary* categories in the preferences are translated, to use
this categories the user needs to know by which !bang the category can be
selected. Related to "Make 'non tab category' bangs discoverable" in [#690].
[#690] https://github.com/searxng/searxng/issues/690
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
The previous name 'others' leads to confusion with the **category 'other'**.
For clarification: the **category 'other'** lists categories that are not
included in ``categories_as_tabs:`` and those that do not belong to any
category (also known as **ungrouped**).
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
The tab icon names are currently hard coded in the templates.
This commit lets us introduce an icon property in the future, e.g:
categories_as_tabs:
general:
icon: search-outline
Always call initialize engines except on the first run of werkzeug with the reload feature.
the reload feature is activated when:
* searx_debug is True (SEARX_DEBUG environment variable or settings.yml)
* FLASK_APP=searx/webapp.py FLASK_ENV=development flask run (see https://flask.palletsprojects.com/en/1.1.x/cli/ )
Fix SEARX_DEBUG=0 make docs
docs/admin/engines.rst : engines are initialized
See https://github.com/searx/searx/issues/2204#issuecomment-701373438