searxng/searx/static/themes/simple/src/js/main
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
..
00_toolkit.js [fix] loading of external resources in JS client toolkit 2022-05-10 22:40:46 +02:00
infinite_scroll.js [mod] client_settings: pass settings from server to JS client 2022-05-07 17:58:30 +02:00
keyboard.js [fix] keyboard.js - highlightResult: don't steal focus on click event 2022-06-14 15:14:19 +02:00
mapresult.js [fix] eslint --fix 2021-12-14 07:31:58 +01:00
preferences.js [mod] client_settings: pass settings from server to JS client 2022-05-07 17:58:30 +02:00
results.js [simple theme] replace Image_layout.js with flexbox CS impl. 2022-02-26 22:31:47 +01:00
search.js Theme: fix autocompletion with the POST method 2022-08-27 06:48:30 +00:00