[Koha-bugs] [Bug 17352] Patron search type is hard coded to 'contain' in circ/ circulation.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 26 18:51:14 CEST 2016


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 55823
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55823&action=edit
Bug 17352 - Patron search type is hard coded to 'contain' in
circ/circulation.pl

The patron search type is hard coded to 'contain' in
circ/circulation.pl.

This causes problems because a mis-scanned cardnumber can bring up the
wrong patron.

The example that our partner gave us involved scanning '1733', which
doesn't match any borrowers when we do a 'start_with' search, but
matches the cardnumber 'p291733'.

If we follow the usage in members/member.pl, we can set searchtype in
HTTP params, which is amenable to fixes in intranetuserjs

Test Plan:
1) Apply this patch
2) Use the checkout search, not changes should be noted

Extra credit:
1) Add javascript to intranetuserjs to add a hidden input named
'searchtype' with the value 'start_with'
2) Checkout searches should now give only results where a searched
   field starts with the given string(s)

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


More information about the Koha-bugs mailing list