From be82512f015bfa9cc6377c14269770cc213c96ea Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 4 Mar 2009 08:19:02 -0600 Subject: [PATCH] bug 2986: tweak authtype index for MARC21 (GRS-1) Following a similar patch for UNIMARC, tweak the authtype index for MARC21 authorities if the GRS-1 Zebra filter is in use. Note that it is recommended that *DOM* mode indexing be used for MARC21 authorities; if you're using DOM mode, it is not necessary to rebuild the index. However, if you're using the GRS-1 definitions (record.abs), it will be necessary to reindex the authority records using misc/migration_tools/rebuild_zebra.pl -a -r Signed-off-by: Galen Charlton --- etc/zebradb/marc_defs/marc21/authorities/record.abs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zebradb/marc_defs/marc21/authorities/record.abs b/etc/zebradb/marc_defs/marc21/authorities/record.abs index e4895fa890..dfcd662cea 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/record.abs +++ b/etc/zebradb/marc_defs/marc21/authorities/record.abs @@ -12,7 +12,7 @@ xpath enable all any melm 001 Local-Number -melm 942$a authtype +melm 942$a authtype:w,authtype:p # Personal Name melm 100 Personal-name:w,Personal-name:p,Personal-name:s,Heading:w,Heading:p,Heading:s -- 2.39.5