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 aae7830d14 [mod] refactoring: processors
Report to the user suspended engines.

searx.search.processor.abstract:
* manages suspend time (per network).
* reports suspended time to the ResultContainer (method extend_container_if_suspended)
* adds the results to the ResultContainer (method extend_container)
* handles exceptions (method handle_exception)
3 years ago
..
answerers [fix] answers: don't crash when the query is an empty string 3 years ago
data Merge pull request #2712 from searx/update_data_update_firefox_version.py 3 years ago
engines [mod] refactoring: processors 3 years ago
metrology [enh] replace requests by httpx 3 years ago
network [mod] refactoring: processors 3 years ago
plugins Remove hubsbpot tracking URL params 3 years ago
search [mod] refactoring: processors 3 years ago
shared [fix] checker: don't run the checker when uwsgi is not properly configured 3 years ago
static Merge remote-tracking branch 'dalf/oscar-images' 3 years ago
templates Merge remote-tracking branch 'return42/fix-preference-save' 3 years ago
translations [enh] update translations from transifex 3 years ago
__init__.py [mod] settings.yml: move brand settings to a dedicated section 3 years ago
autocomplete.py [httpx] replace searx.poolrequests by searx.network 3 years ago
exceptions.py [enh] add raise_for_httperror 4 years ago
external_bang.py [mod] add utils/fetch_external_bangs.py 3 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 3 years ago
preferences.py [fix] default_doi_resolver in preferences 3 years ago
query.py [enh] autocomplete refactoring, autocomplete on external bangs 3 years ago
results.py [mod] refactoring: processors 3 years ago
settings.yml Merge remote-tracking branch 'searx/master' 3 years ago
settings_loader.py [fix] settings_loader.py - use update_dict only for mapping types 3 years ago
settings_robot.yml Let admins lock user preferences 4 years ago
testing.py [httpx] replace searx.poolrequests by searx.network 3 years ago
utils.py [enh] replace requests by httpx 3 years ago
version.py [enh] release v1.0.0 3 years ago
webadapter.py [enh] add ability to send engine data to subsequent requests 3 years ago
webapp.py [mod] refactoring: processors 3 years ago
webutils.py Updated webutils.highlight_content to ignore double-quotes when highlighting query parts 3 years ago