diff options
| author | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-08-27 06:48:30 +0000 |
|---|---|---|
| committer | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-08-27 06:48:30 +0000 |
| commit | 4a72a6b9fc5109e77ec41eaba7746e7e88b853c5 (patch) | |
| tree | 05cd5a3aadd828b3fd1606ab4de68f1c7519fece /examples/basic_engine.py | |
| parent | 56000d51622f924bd0f5cba2008dccd548b9041e (diff) | |
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
Diffstat (limited to 'examples/basic_engine.py')
0 files changed, 0 insertions, 0 deletions