From e328522cbb971b88d4faf675096e06ae2e8603c9 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 18 Dec 2017 15:41:33 +0000 Subject: [PATCH] Bug 15704: Split up Zebra indexing of RDA 264 information To test: 1 - Add a record with a unique publisher "Supercalifragilistic" in the 264 b field 2 - Search for the value 3 - Record not found 4 - Apply patch (may need ot copy the .xml file into koha install) 5 - Reindex all the things 6 - Search for the value 7 - Success! Signed-off-by: Felicia Martin Signed-off-by: Katrin Fischer --- .../marc21/biblios/biblio-koha-indexdefs.xml | 16 ++++++++++++++ .../marc21/biblios/biblio-zebra-indexdefs.xsl | 25 +++++++++++++++++++++- 2 files changed, 40 insertions(+), 1 deletion(-) 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 b3b12a0e2b..e1941793c9 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml @@ -450,8 +450,24 @@ pl:w Provider:w + + + pl:w + pl:p + + + + Publisher:w + Publisher:p + + + + copydate:w + copydate:s + + pl:w Provider: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 c5fed3e859..8e5514af72 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl @@ -372,6 +372,29 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + + + + + + + + + + + + + + + + + @@ -2069,7 +2092,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + -- 2.11.0