]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1623955: Keep periods in subject links
authorKathy Lussier <klussier@masslnc.org>
Thu, 29 Sep 2016 17:50:40 +0000 (13:50 -0400)
committerDan Wells <dbw2@calvin.edu>
Fri, 30 Sep 2016 13:25:50 +0000 (09:25 -0400)
commitf4c7efc1b32a4a5ffd47cf5e07a1328bb4248883
treec41d6b31e48578fa04f91a3d8f92a4cbc7dd2196
parente1a163f33cae5e423cf0e9b757e1dedc226666d9
LP#1623955: Keep periods in subject links

The subject links in the record summary were stripping periods, changing
headings that contained N.Y., for example, to NY in the subsequent search
string. Since normalization at index time replaces the period with a space,
clicking the subject links did not successfully retrieve all relevant
results.

Test plan:
Click the Subject link for a record that has New York (N.Y.) in its heading and
has no other instances of ny in the keyword index. This record will not be
retrieved when you click the link. After loading the patch, the record will be
successfully retrieved, along with other records that contain New York (N.Y.) in
their subject headings.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/parts/record/subjects.tt2