]> git.evergreen-ils.org Git - working/Evergreen.git/commit
AutoSuggest: suggest "josé" when the user types "jose"
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 29 Feb 2012 19:30:59 +0000 (14:30 -0500)
committerDan Scott <dscott@laurentian.ca>
Sun, 4 Mar 2012 17:45:33 +0000 (12:45 -0500)
commitdd21cdc01d2b3e6139714b2196c8c9d274c856a5
tree45f562449b7daa0a6b53f5c96bcdbad0ba01d04e
parent043aa913fc4233eaf6f96b46491ce7643acd396b
AutoSuggest: suggest "josé" when the user types "jose"

"josé" will serve as my example of a term with diacritics in it.  I
don't mean that there is special handling just for the word "josé" per se.

Before now, the user could type "josé" and see suggestions containing
exactly that.  You could not type "jose" and expect to see "josé".  Now
you can.

In other words, typing "jose" and "josé" should now produce the exact same
set of suggestions.  Only the version you actually typed will be
*highlighted* in the suggestions, however.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/WWW/AutoSuggest.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/030.schema.metabib.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.autosuggest.search-normalize.sql [new file with mode: 0644]