costmikuSearch/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
2022-08-27 06:48:30 +00:00
..
answerers
data [fix] qwant - API error::locale must be one .. 2022-08-14 10:36:14 +02:00
engines Merge pull request #1699 from liimee/eng-app-store 2022-08-27 07:43:23 +02:00
infopage
metrics
network bing.py: resolve bing.com/ck/a redirections 2022-07-08 22:02:21 +02:00
plugins [mod] limiter plugin: Accept-Encoding handling 2022-08-25 23:21:30 +02:00
search [mod] add 'Accept-Language' HTTP header to online processores 2022-08-01 17:01:59 +02:00
shared [fix] typo in uWSGI cache: searxcache --> searxngcache 2022-08-07 12:31:09 +02:00
static Theme: fix autocompletion with the POST method 2022-08-27 06:48:30 +00:00
templates/simple [fix] improve OpenSearch description 2022-08-11 19:04:36 +02:00
translations [translations] update from Weblate 2022-08-26 07:24:01 +00:00
__init__.py
autocomplete.py
babel_extract.py
compat.py [fix] pyright repported errors 2022-07-30 18:04:44 +02:00
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
languages.py
locales.py [fix] get_engine_locale: better approximation of 'en' is 'en-US' 2022-08-14 15:45:07 +02:00
preferences.py [fix] typo: add missing 'n' in center_aligment --> center_alignment 2022-07-03 17:35:54 +02:00
query.py
redislib.py
results.py
searxng.msg
settings.yml Merge pull request #1699 from liimee/eng-app-store 2022-08-27 07:43:23 +02:00
settings_defaults.py Merge pull request #1428 from return42/fix-center_aligment 2022-07-07 09:43:12 +02:00
settings_loader.py
unixthreadname.py
utils.py [fix] pyright repported errors 2022-07-30 18:04:44 +02:00
version.py [fix] pyright repported errors 2022-07-30 18:04:44 +02:00
webadapter.py
webapp.py [fix] improve OpenSearch description 2022-08-11 19:04:36 +02:00
webutils.py