[Koha-bugs] [Bug 23817] Searching by patron phone number is contingent on how it was entered

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 5 08:27:47 CEST 2022


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
I've had a few libraries talk to me about this, and I imagine that there are
many many libraries around the world who find this frustrating.

I have a solution that normalizes the search term as well as the database
field, so it will ignore everything aside from the numbers. So searching
"1-(306)-123-4567" will match "1 306 123 4567", because they'll both be
normalized to be "13061234567".

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


More information about the Koha-bugs mailing list