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
Mohamad Safadieh 1ea35605d1
Use query params for browser autocomplete
Sending query params over GET seems to be the only way to be able to
enable autocomplete in the browser. This commit adds the necessary URL
formatting to opensearch.xml. In order to identify queries coming from
the URL bar (rather than an AJAX request), which requires a different
JSON format and MIME type, the request headers are checked for
"X-Requested-With: XMLHttpRequest" which is added by jQuery request.
4 years ago
..
answerers Fix search error with query 'random sha256' 4 years ago
data add peertube engine (#2109) 4 years ago
engines Fix google images 'get image' button bug from issue #2103 (#2115) 4 years ago
plugins Revert "[enh] new plugin to open results on new browser tabs" 4 years ago
static Revert "[enh] new plugin to open results on new browser tabs" 4 years ago
templates Use query params for browser autocomplete 4 years ago
translations [enh] update translations 4 years ago
__init__.py [fix] resolve minor review issues 4 years ago
autocomplete.py Add Swisscows autocomplete option 5 years ago
brand.py build environment: add GIT_BRANCH variable 5 years ago
exceptions.py [fix] add message to SearxParameterException - fixes #1722 5 years ago
external_bang.py [mod] external_bang.py: always read bangs.json with a UTF-8 file. 4 years ago
languages.py update languages: engines_languages.json languages.py 5 years ago
poolrequests.py [fix] measure request duration only if total_time attribute is set - fixes autocompleter 7 years ago
preferences.py preferences.py: implement defaults if unset 5 years ago
query.py Created new plugin type custom_results. Added new plugin bang_redirect (#2027) 4 years ago
results.py Created new plugin type custom_results. Added new plugin bang_redirect (#2027) 4 years ago
search.py Change isAlive() to is_alive() as isAlive() is unsupported in newer Python versions 4 years ago
settings.yml add peertube engine (#2109) 4 years ago
settings_robot.yml DOI improvements: enable HTTPS, update URL of doai.io (#1718) 4 years ago
testing.py searx/testing.py: fixed pep8 error 5 years ago
url_utils.py minor fixes of pubmed engine 7 years ago
utils.py [mod] speed optimization 5 years ago
version.py [enh] release v0.17.0 4 years ago
webapp.py Use query params for browser autocomplete 4 years ago