From: Jeff Davis Date: Fri, 10 May 2019 18:44:44 +0000 (-0700) Subject: LP#1790231: unlike other subject links, genre headings should not use exact-match... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=76027f334582c3da9f222c2f0fd57d30c227e80a;p=working%2FEvergreen.git LP#1790231: unlike other subject links, genre headings should not use exact-match search Signed-off-by: Jeff Davis --- diff --git a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 index 85ca91c8bd..d188ec01ec 100644 --- a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 @@ -84,13 +84,15 @@ BLOCK render_hl_subject; total_term = s.value; + search_link_params = {qtype=>'subject', query=>total_term, contains=>'exact'}; IF s.facet; total_term = s.facet _ '[' _ s.value _ ']'; + search_link_params = {qtype=>'subject', query=>total_term}; END; ''; %][% s.$f %] [%- ''; END;