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/static/themes/simple/src
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
..
generated make pygments.less 2 years ago
js Theme: fix autocompletion with the POST method 2 years ago
less Submit GH bug: ask the user to do some checks before submitting a new issue 2 years ago
svg Theme: all top right icons have labels including "Preferences" 2 years ago