From 460ed14d81eea0c3eca300f67493a048e726d10f Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 29 Jan 2014 17:26:15 +0100 Subject: [PATCH] Bug 11635 - 995$r defined twice in record.abs For UNIMARC flavor, in record.abs, 995$r defined twice. Test plan : - Create a fresh install UNIMARC flavor and GRS1 indexing for biblios - Re-indexe database - Perform a search with index "itemtype" (and then "itype") on an existing value of 995$r. For example : itemtype:BOOK => Check you get results --- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs index c4ce025..020edae 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/record.abs +++ b/etc/zebradb/marc_defs/unimarc/biblios/record.abs @@ -558,7 +558,7 @@ melm 995$n onloan:d,onloan:n,onloan:s,onloan:w,item # $q - not used currently # (in 995 recommandation : $q - Target audience (age)) # $r - Type of document and carriage -melm 995$r itemtype:w,itemtype:p,itype:w,itype:p,item +# (see above) # $s - not used currently # (in 995 recommandation : $s - Sorting element) # $t - not used currently -- 1.8.3.2