You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Alexandre Flament d1cffc55cb [fix] unit test: don't load /etc/searx/settings.yml
Add a new environment variable SEARX_DISABLE_ETC_SETTINGS
to disable loading of /etc/searx/settings.yml

unit tests:
* set SEARX_DISABLE_ETC_SETTINGS to 1
* remove SEARX_SETTINGS_PATH if it exists
3 years ago
..
answerers [fix] answers: don't crash when the query is an empty string 4 years ago
data fix Qwant's fetch_languages function 3 years ago
engines [enh] xpath engine - add request parameter 'soft_max_redirects' 3 years ago
metrics [mod] searx.metrics.error_recorder: store relative file name instead of the full absolute file name. 3 years ago
network [mod] searx.network.client: the same configuration reuses the same ssl.SSLContext 3 years ago
plugins [drop] plugin HTTPS rewrite - rule base is to old (update is to big) 4 years ago
raise_for_httperror [enh] rewrite and enhance metrics 4 years ago
search [pylint] checker/__main__.py & checker/background.py 3 years ago
shared [fix] checker: don't run the checker when uwsgi is not properly configured 4 years ago
static [static] make /stats more CSP compliant- make themes.all 3 years ago
templates [fix] bar graph and rename CSS class engine-scores -> engine-score 3 years ago
translations [enh] update translations from transifex 4 years ago
__init__.py [mod] searx.metrics.error_recorder: store relative file name instead of the full absolute file name. 3 years ago
autocomplete.py [httpx] replace searx.poolrequests by searx.network 4 years ago
exceptions.py [enh] add raise_for_httperror 4 years ago
external_bang.py [mod] add utils/fetch_external_bangs.py 4 years ago
external_urls.py [mod] add external_urls.json and wikidata_units.json 4 years ago
languages.py Update searx.data - update_languages.py 4 years ago
preferences.py [pylint] tag PYLINT_FILES by comment `# lint: pylint` 3 years ago
query.py [enh] autocomplete refactoring, autocomplete on external bangs 4 years ago
results.py [mod] metrics: add secondary parameter 4 years ago
settings.yml [fix] engine archive is - search_url has been changed 3 years ago
settings_loader.py [fix] unit test: don't load /etc/searx/settings.yml 3 years ago
settings_robot.yml [enh] add DOI resolver from sci-hub / replace default DOI 4 years ago
testing.py Bump pylint from 2.7.4 to 2.8.2 3 years ago
utils.py [enh] replace requests by httpx 4 years ago
version.py [enh] release v1.0.0 4 years ago
webadapter.py [enh] add ability to send engine data to subsequent requests 4 years ago
webapp.py [fix] webapp.py: pylint: disable=assigning-non-slot for request.* 3 years ago
webutils.py Updated webutils.highlight_content to ignore double-quotes when highlighting query parts 4 years ago