From cab481dbb29fa4b72c0e52dd4dd9e20aebdbc7eb Mon Sep 17 00:00:00 2001 From: Barton Chittenden Date: Tue, 6 Oct 2015 06:22:56 -0700 Subject: [PATCH] Bug 14617: Add fields to ISBN and ISSN indexes: 020$z, 022$y, 022$z 1) Import MARC21 bibs containing - ISBN in 020$z - ISSN in 022$y - ISSN in 022$z 2) Make sure that bibs are indexed 3) Search by ISBN and ISSN above -- bibs should not show in search. 4) Apply patch, re-index 5) Search again; ISBN in 020$z and ISSN in 022$y and 022$z should return results. Signed-off-by: kholten@switchinc.org Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- .../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 101f6ff475..1c1abe648f 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 3dd627ffc5..1f09b25fd4 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) + + + + + + + + + + + + + + -- 2.20.1