@@ -, +, @@ --- .../authorities/authority-koha-indexdefs.xml | 1 + .../authorities/authority-zebra-indexdefs.xsl | 6 +++--- .../marc21/biblios/biblio-koha-indexdefs.xml | 3 ++- .../marc21/biblios/biblio-zebra-indexdefs.xsl | 6 ++++-- .../unimarc/biblios/biblio-koha-indexdefs.xml | 1 + .../unimarc/biblios/biblio-zebra-indexdefs.xsl | 6 ++++-- etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl | 6 ++++-- 7 files changed, 19 insertions(+), 10 deletions(-) --- a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml +++ a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml @@ -6,6 +6,7 @@ run the following command: authority-zebra-indexdefs.xsl` --> + marc:controlfield[@tag='001'] v x --- a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl @@ -27,10 +27,10 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + - + @@ -1122,7 +1122,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml +++ a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml @@ -1,6 +1,7 @@ + marc:datafield[@tag='999']/marc:subfield[@code='c'] llength:w @@ -1124,7 +1125,7 @@ - materials-specified :w + materials-specified:w --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl @@ -13,6 +13,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + @@ -26,15 +27,16 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + - + + --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml +++ a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml @@ -1,5 +1,6 @@ + marc:controlfield[@tag='001'] Local-number:w --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl @@ -13,6 +13,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + @@ -26,15 +27,16 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + - + + --- a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl +++ a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl @@ -49,9 +49,11 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + + normalize-space() + - + --