[Koha-bugs] [Bug 32772] Patron autocomplete should not use contains on all fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 31 21:17:22 CET 2023


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

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 145905
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145905&action=edit
Bug 32772: Make all autocomplete searches 'starts_with'

To test:
1 - Add patrons with surname Fitzwilliams and Williams
2 - Enable 'PatronAutocomplete' syspref
3 - In checkout box type 'Will'
4 - You see fitwilliams first
5 - Apply patch
6 - Type 'Will'
7 - Autocomplete does not suggest Fitzwilliam, only Williams
8 - Type '%will'
9 - Fitzwilliams is suggested

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


More information about the Koha-bugs mailing list