[Koha-bugs] [Bug 31565] Patron search filter by category code with special character returns no results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 19 16:31:01 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31565

Lari Taskula <lari.taskula at hypernova.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #140637|0                           |1
        is obsolete|                            |

--- Comment #9 from Lari Taskula <lari.taskula at hypernova.fi> ---
Created attachment 140753
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140753&action=edit
Bug 31565: Fix datatables searching escape for exact search

To test:
1. Add a new patron category with categorycode 'TEST_CAT'
2. Add a patron to category 'TEST_CAT'
3. Go to Patrons search view
4. Under "Search for patron" filters, filter by category you created at step 1
5. Click Search
6. Observe no results
7. Apply this patch and reload
8. Repeat 3-5
9. Observe expected result

Double check tests from Bug 30393 still work as expected:

10. Go to the cities page
11. Add two cities:
   - 'Cordoba %'
   - 'Buenos Aires _'
   - 'London \'
12. Use the column search on the name, alternating _, \ and % as the query
=> SUCCESS: Filtering works correctly!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list