From bd65c6e95b538c072cecd688f20a9adcfe2cc4e5 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 29 Jan 2014 17:26:15 +0100 Subject: [PATCH] Bug 11635: remove duplicate definition of 995$r in UNIMARC record.abs 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 Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton --- 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 52de476b70..4fadcc1e35 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/record.abs +++ b/etc/zebradb/marc_defs/unimarc/biblios/record.abs @@ -538,7 +538,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 -- 2.39.5