From 4a75dec53543a8646dc2c9061f1b701173aa16c8 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). --- etc/zebradb/marc_defs/marc21/biblios/record.abs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/etc/zebradb/marc_defs/marc21/biblios/record.abs b/etc/zebradb/marc_defs/marc21/biblios/record.abs index e17adb0..8af2092 100644 --- a/etc/zebradb/marc_defs/marc21/biblios/record.abs +++ b/etc/zebradb/marc_defs/marc21/biblios/record.abs @@ -127,7 +127,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