@@ -, +, @@ should be optional -Download and stage marc records with $d subfield for 1XX and 7XX -Reindex zebra -Search whichever or all records -Notice that subfield $d is present in all 1XX and 7XX in results and -Apply patch -Search again and see that the subfield $d is not shown in results and --- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 6 +++--- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1291,8 +1291,8 @@ - abcdeqt - abcdjqt + abceqt + abcjqt @@ -1307,7 +1307,7 @@ - abcdfghiklmnoprstux + abcfghiklmnoprstux --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -469,8 +469,8 @@ - abcdeqt - abcdjqt + abceqt + abcjqt --