]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1613341 - Patron name search should be punctuation-insensitive
authorDan Pearl <dpearl@cwmars.org>
Wed, 8 Feb 2017 22:57:20 +0000 (17:57 -0500)
committerKathy Lussier <klussier@masslnc.org>
Thu, 9 Feb 2017 23:25:18 +0000 (18:25 -0500)
commitadee7416a42a29072c76e7062e9e7bb0aee3376c
tree9f9a0263290dccd8a7dad92d935b62e86ef20d8a
parent5a2c49781018101e5abf783d89e03d43d10cd635
LP#1613341 - Patron name search should be punctuation-insensitive

O'Brien will be matched by Obrien, O'Brien, O Brien etc.
Grubbly-Plank will be matched by Grubbly Plank, Grubbly-Plank, Grubblyplank, etc.
This feature is controlled by the same org setting that controls ignoring
of diacritical marks.

Signed-off-by: Dan Pearl <dpearl@cwmars.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/sql/Pg/000.functions.general.sql
Open-ILS/src/sql/Pg/t/lp1501781-unaccent_and_squash.pg
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.patron_punct.sql [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/Client/patron_punctuation [new file with mode: 0644]