From 9098871e88a19e3160a8959279b4cae82c265f21 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Thu, 24 Oct 2013 13:57:36 +0200 Subject: [PATCH] Bug 11130 Change pl Place-publication index for Marc21 According to ccl.properties, the pl Place-publication index is supposed to include 008/15-17 and 260$a. In record.abs, we have the index include all 260 fields. This patch removes the index for the whole field 260, leaving only $a (and 008/15-17). 11130 follow-up: DOM indexing --- .../marc21/biblios/biblio-koha-indexdefs.xml | 4 ---- .../marc21/biblios/biblio-zebra-indexdefs.xsl | 13 ------------- etc/zebradb/marc_defs/marc21/biblios/record.abs | 1 - 3 files changed, 0 insertions(+), 18 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 5ddbb62..3e36a65 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml @@ -424,10 +424,6 @@ copydate:w copydate:s - - - pl:w - Extent: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 2ca3dbb..df14387 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl @@ -1823,19 +1823,6 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - - - - - - - - - - - - - diff --git a/etc/zebradb/marc_defs/marc21/biblios/record.abs b/etc/zebradb/marc_defs/marc21/biblios/record.abs index e867cec..6b9a3d4 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/record.abs +++ b/etc/zebradb/marc_defs/marc21/biblios/record.abs @@ -128,7 +128,6 @@ melm 247 Title,Title:p,Title-former,Title-other-variant,Related-periodica melm 260$a pl:w,pl:p melm 260$b Publisher:w,Publisher:p melm 260$c copydate,copydate:s -melm 260 pl melm 300 Extent:w,Extent:p melm 400$a Name-and-title melm 400$t Author-title,Name-and-title,Title,Title-series -- 1.7.2.5