LP#1501781 - Make patron name search diacritic/space insensitive. user/dpearl/accent3
authorDan Pearl <dpearl@cwmars.org>
Thu, 1 Oct 2015 13:49:17 +0000 (09:49 -0400)
committerDan Pearl <dpearl@cwmars.org>
Tue, 22 Dec 2015 16:57:02 +0000 (11:57 -0500)
commite5f38aec72ec77955d5d12b7bde27ba46fa4e003
treedf6492310fe64dce11aa008b5cc5f334e53a9c40
parent616dc3a884a4f894d0aa38ba4b701b4f2108a447
LP#1501781 - Make patron name search diacritic/space insensitive.

Diacritical marks may exist in the patron record -- as they should, but this makes patron name search difficult
for librarians who may be unfamiliar with all the special characters used and also how to elicit them from a
keyboard.  To ease this, accented characters will be converted into their 'plain' analogs for comparison purposes.

So, for example, if the patron's last name is Chávez, typing "Chavez" in the Last Name box in Patron Search will
match it.

Spaces in a name (like "De la Croix") will be squashed out so that name would be matched by "Delacroix" or "De la Croix" or variants.

The librarian can enter the accented characters or not.

Signed-off-by: Dan Pearl <dpearl@cwmars.org>
Signed-off-by:
Signed-off-by:
13 files changed:
Open-ILS/src/extras/install/Makefile.debian-jessie
Open-ILS/src/extras/install/Makefile.debian-squeeze
Open-ILS/src/extras/install/Makefile.debian-wheezy
Open-ILS/src/extras/install/Makefile.fedora
Open-ILS/src/extras/install/Makefile.ubuntu-precise
Open-ILS/src/extras/install/Makefile.ubuntu-trusty
Open-ILS/src/perlmods/Build.PL
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm
Open-ILS/src/sql/Pg/005.schema.actors.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/create_database_extensions.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.patron_unaccent.sql [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/Client/accent_insensitive_patron_search [new file with mode: 0644]