From 57acd6922f5b0b429ed78cff4eab064e9ce5311e 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) --- .../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 f31b1be..09c9ab4 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.7.4