From aaff735269bc2df1df030727ee85a12e7a28db11 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 19 Feb 2014 20:35:08 +0000 Subject: [PATCH] Bug 10544: (follow-up) update MARC21 DOM index definitions This patch updates the MARC21 DOM index definitions to index the 952$i as 'Number-local-acquisition' rather than 'stocknumber'. To test (for a MARC21/DOM setup): [1] Copy the MARC21 biblio-zebra-indexdefs.xsl over to the active Zebra configuration directory. [2] Reindex the bib records. [3] Verify that 'stocknumber', 'inv', and 'number-local-acquisition' searches work. Signed-off-by: Galen Charlton --- .../marc_defs/marc21/biblios/biblio-koha-indexdefs.xml | 4 ++-- .../marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ab00448a23..5ddbb624eb 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml @@ -1191,9 +1191,9 @@ price:w - + - stocknumber:w + Number-local-acquisition: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 2cd71952cb..2ca3dbb0ed 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl @@ -1218,7 +1218,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + -- 2.20.1