Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-08 | Updated webutils.highlight_content to ignore double-quotes when highlighting ↵ | Daniel Hones | |
query parts | |||
2020-10-05 | Merge pull request #2237 from dalf/mod-engines-init | Alexandre Flament | |
Mod engines init | |||
2020-10-05 | [mod] webapp.py: update engines initialization condition | Alexandre Flament | |
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 | |||
2020-10-01 | [mod] preferences.py: check language setting with a regex instead of ↵ | Alexandre Flament | |
match_language | |||
2020-09-22 | [mod] add searx/webutils.py | Alexandre Flament | |
contains utility functions and classes used only by webapp.py |