From 9b571f1d6f9af5c5cbf2d700e7e1c72953e89d7e Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Wed, 3 Jan 2018 15:28:45 +1300 Subject: [PATCH] Bug 16804 - semicolons break series search in 490 To test: * have OPACSuppression on * have a record with a 490 field a la: 490 _a something ; _v 123 * go to the opac and search for this record * click the Series link from the detail Without this patch, there will be no results. With this patch, you will get relevant results (possibly the same record back) Signed-off-by: Joy Nelson --- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index f31b1beba5..09c9ab489c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -221,14 +221,14 @@ - /cgi-bin/koha/opac-search.pl?q=se,phr:"" - - - - av - - - + /cgi-bin/koha/opac-search.pl?q=se,phr:"" + + + + av + + + .; @@ -249,7 +249,7 @@ - /cgi-bin/koha/opac-search.pl?q=se,phr:"" + /cgi-bin/koha/opac-search.pl?q=se,phr:"" -- 2.15.1 (Apple Git-101)