From 1edbf49f0876537a7d847634863436764a105775 Mon Sep 17 00:00:00 2001 From: Koha instance bug_14617-koha Date: Fri, 7 Aug 2015 06:59:19 -0700 Subject: [PATCH] [SIGNED-OFF] Bug 14617: Add fields to ISBN and ISSN indexes: 020$z, 022$y, 022$z http://bugs.koha-community.org/show_bug.cgi?id=14617 Signed-off-by: kholten@switchinc.org --- .../marc21/biblios/biblio-koha-indexdefs.xml | 12 +++++++++++ .../marc21/biblios/biblio-zebra-indexdefs.xsl | 21 ++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml index 101f6ff..1c1abe6 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml @@ -117,6 +117,10 @@ ISBN:w Identifier-standard:w + + ISBN:w + Identifier-standard:w + Identifier-standard:w @@ -126,6 +130,14 @@ ISSN:w Identifier-standard:w + + ISSN:w + Identifier-standard:w + + + ISSN:w + Identifier-standard:w + Identifier-standard:w diff --git a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl index 3dd627f..1f09b25 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl @@ -140,6 +140,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -149,6 +156,20 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + + + + + + + + -- 1.7.10.4