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 d41cafd5f3 [fix] xpath, mojeek: fix commit 58d72f2692
before commit 58d72f2, category was not set in xpath.py,
so searx/engines/__init__py was setting the category to ['general']

the commit 58d72f2 set the category to [] which is not replaced by searx/engines/__init__.py
consequence: the mojeek engine is hidden in the preferences.

this commit revert the xpath.py change.

close #2368
4 years ago
..
answerers Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes 4 years ago
data [mod] add external_urls.json and wikidata_units.json 4 years ago
engines [fix] xpath, mojeek: fix commit 58d72f2692 4 years ago
metrology [enh] record details exception per engine 4 years ago
plugins [mod] pylint: numerous minor code fixes 4 years ago
static [mod] oscar theme: added option into gruntfile.js for generate sourceMap 4 years ago
templates display if an engine does not support https 4 years ago
translations [enh] update translations 4 years ago
__init__.py [enh] settings.yml: add use_default_settings option (2nd version) 4 years ago
autocomplete.py [fix] dbpedia autocomplete (and use HTTPS) 4 years ago
brand.py [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs 4 years ago
exceptions.py [enh] record details exception per engine 4 years ago
external_bang.py [mod] Add searx.data module 4 years ago
external_urls.py [mod] add external_urls.json and wikidata_units.json 4 years ago
languages.py fetch google's search langs rather than ui langs 4 years ago
poolrequests.py [enh] Add multiple outgoing proxies 4 years ago
preferences.py Patch advanced search preferences 4 years ago
query.py [mod] pylint: numerous minor code fixes 4 years ago
results.py [enh] record details exception per engine 4 years ago
search.py [fix] wikipedia engine: don't raise an error when the query is not found 4 years ago
settings.yml Merge pull request #2360 from dalf/update-libgen 4 years ago
settings_loader.py [fix] settings_loader: don't crash when a key exists only in the user settings 4 years ago
settings_robot.yml Let admins lock user preferences 4 years ago
testing.py Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
utils.py [mod] bing_news: use eval_xpath_getindex 4 years ago
version.py [enh] release v0.17.0 4 years ago
webadapter.py [fix] webadapter: fix locked categories 4 years ago
webapp.py [enh] record details exception per engine 4 years ago
webutils.py Merge pull request #2237 from dalf/mod-engines-init 4 years ago