LP#1669522: Remove regex that caused duplication in author query user/csharp/lp1669522-fix-duplicate-author-query
authorKathy Lussier <klussier@masslnc.org>
Thu, 2 Mar 2017 21:55:15 +0000 (16:55 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 3 Mar 2017 19:12:21 +0000 (14:12 -0500)
commitf35525a2ead439ea68fe633ffcc295b449f81aaf
treed9affc330df369f663f182f26c38ccab5de4045a
parenta3d1b7c215d2a7f5c14c0e013a3dfcae8dfe150d
LP#1669522: Remove regex that caused duplication in author query

In LP#1308090, a regex replacement was added to the normzalize_qterm block
that didn't work as intended. Instead of replacing the already-normalized qterm,
it added a new string to the qterm, causing the author and date terms to
duplicate in the resulting query when the link is clicked. Since the the
problem the regex was trying to solve appears to be an aesthetic one rather
than a functional one, this commit removes that regex.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/templates/opac/parts/record/authors.tt2