Bug 30393: Make datatables wrapper handle searching for %, _, \
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 30 Mar 2022 10:10:26 +0000 (12:10 +0200)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 8 Apr 2022 12:25:43 +0000 (08:25 -0400)
commit7688c4a6285b3ac4647e44a67f0eafccb60fc9a5
tree77ff764417c4984a331e4ef0024308abeda51a11
parente3bd129317db4a926a76485891f07c54b2fb7e3a
Bug 30393: Make datatables wrapper handle searching for %, _, \

This patch makes searching for '%','_' and '\' work by escaping those
symbols in the query before sending them to the API.

To test:
1. Go to the cities page
2. Add two cities:
   - 'Cordoba %'
   - 'Buenos Aires _'
   - 'London \'
3. Use the column search on the name, alternating _, \ and % as the query
=> FAIL: Weird behavior
4. Apply this patch and reload
5. Repeat 3
=> SUCCESS: Filtering works correctly!
6. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Séverine Queune <severine.queune@bulac.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/js/datatables.js