From 259c77ed9bc45880b075d473b58e7bc1ed4d3563 Mon Sep 17 00:00:00 2001 From: Frederic Demians Date: Thu, 26 Feb 2009 10:57:43 +0100 Subject: [PATCH] Fix bug #2986 - Authority search On authorities-home.pl page, when you do search, you don't have any result. Looking in log file, you see a Zebra error: Unsupported Use attribute (114) authtype Bib-1 This patch modify record.abs UNIMARC definition. The same may have to be done for MARC21 record.abs. Signed-off-by: Galen Charlton --- etc/zebradb/marc_defs/unimarc/authorities/record.abs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zebradb/marc_defs/unimarc/authorities/record.abs b/etc/zebradb/marc_defs/unimarc/authorities/record.abs index 14bb0dfb2e..762dea3800 100644 --- a/etc/zebradb/marc_defs/unimarc/authorities/record.abs +++ b/etc/zebradb/marc_defs/unimarc/authorities/record.abs @@ -13,7 +13,7 @@ xpath enable all any melm 001 Local-Number #melm 942$a authtype -melm 152$b authtype +melm 152$b authtype:w,authtype:p # Personal Name melm 200$a Personal-name-heading:w,Personal-name-heading:p,Personal-name-heading:s,Personal-name:w,Personal-name:p,Heading:w,Heading:p,Heading:s -- 2.39.5