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 4a72a6b9fc Theme: fix autocompletion with the POST method
With the POST method, autocomplete.js does not URL encode the values.
For example "1+1" is sent as "1+1" which is read as "1 1" since space are URL encoded with a plus.

There is no clean way to fix the bug since autocomplete.js seems abandoned.

The commit monkey patches the ajax function of autocomplete.js

Related to #1695
2 years ago
..
answerers [fix] issue reported by pylint 22.1.0 3 years ago
data [fix] qwant - API error::locale must be one .. 2 years ago
engines Merge pull request #1699 from liimee/eng-app-store 2 years ago
infopage Donation link: default value to searxng.org, can be hidden or custom 2 years ago
metrics [fix] prepare for pylint 2.14.0 2 years ago
network bing.py: resolve bing.com/ck/a redirections 2 years ago
plugins [mod] limiter plugin: Accept-Encoding handling 2 years ago
search [mod] add 'Accept-Language' HTTP header to online processores 2 years ago
shared [fix] typo in uWSGI cache: searxcache --> searxngcache 2 years ago
static Theme: fix autocompletion with the POST method 2 years ago
templates/simple [fix] improve OpenSearch description 2 years ago
translations [translations] update from Weblate 2 years ago
__init__.py [format.python] initial formatting of the python code 3 years ago
autocomplete.py [format.python] based on bugfix in 9ed626130 2 years ago
babel_extract.py [mod] move category and names of constants to searx/searxng.msg 3 years ago
compat.py [fix] pyright repported errors 2 years ago
exceptions.py [pyright:strict] searx.search.checker.background 3 years ago
external_bang.py [fix] external bangs: don't overwrite Bangs in data trie 3 years ago
external_urls.py [format.python] initial formatting of the python code 3 years ago
flaskfix.py [format.python] initial formatting of the python code 3 years ago
languages.py [fix] add back missing languages & regions (followup of PR #1071) 3 years ago
locales.py [fix] get_engine_locale: better approximation of 'en' is 'en-US' 2 years ago
preferences.py [fix] typo: add missing 'n' in center_aligment --> center_alignment 2 years ago
query.py [mod] add flags to the languages filter 3 years ago
redislib.py [mod] redislib - optimize LUA script registration. 2 years ago
results.py [simple theme] replace Image_layout.js with flexbox CS impl. 3 years ago
searxng.msg [mod] move category and names of constants to searx/searxng.msg 3 years ago
settings.yml Merge pull request #1699 from liimee/eng-app-store 2 years ago
settings_defaults.py Merge pull request #1428 from return42/fix-center_aligment 2 years ago
settings_loader.py [format.python] initial formatting of the python code 3 years ago
unixthreadname.py [format.python] initial formatting of the python code 3 years ago
utils.py [fix] pyright repported errors 2 years ago
version.py [fix] pyright repported errors 2 years ago
webadapter.py [fix] disabling all engines in a category makes the bang search in general 3 years ago
webapp.py [fix] improve OpenSearch description 2 years ago
webutils.py theme: remove __common__ 2 years ago