From 012a0ebe523c792ba79810868dabc974fe6e672c Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Mon, 2 Mar 2015 15:06:03 -0500 Subject: [PATCH] lp1427331: Remove relator information from author links Removes the display and linking of relator information from the author field on the search results page. The display of subfield e was limiting the number or results retrieved when clicking these links. Signed-off-by: Kathy Lussier Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/parts/misc_util.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2 index 17233ac354..0af121c4e5 100644 --- a/Open-ILS/src/templates/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2 @@ -7,7 +7,7 @@ FOR node IN xml.findnodes('//*[@tag="' _ target_field _ '"]'); raw_vals = []; core_val = ''; - FOR subnode IN node.findnodes('./*[not(contains("w 0 4 5 6 7 8 9", @code))]'); + FOR subnode IN node.findnodes('./*[not(contains("e w 0 4 5 6 7 8 9", @code))]'); raw_vals.push(subnode.textContent()); END; core_val = raw_vals.join(" "); -- 2.43.2