For UNIMARC flavor, in record.abs, 995$r defined twice.
Created attachment 24868 [details] [review] 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
Eyeballing it, I can see it is duplicated. Branched based on origin/master Fully reindexed OPAC searched for itemtype:dpn and itype:dpn -- 631 results Applied patch Fully reindexed OPAC searched for itemtype:dpn and itype:dpn -- 631 results cp ~/koha-dev/etc/zebradb/marc_defs/unimarc/biblios/record.abs ~/koha-dev/etc/zebradb/marc_defs/unimarc/biblios/record.abs.bak cp ./etc/zebradb/marc_defs/unimarc/biblios/record.abs ~/koha-dev/etc/zebradb/marc_defs/unimarc/biblios/record.abs Fully reindexed OPAC searched for itemtype:dpn and itype:dpn -- 631 results git reset --hard origin/master Fully reindexed OPAC searched for itemtype:dpn and itype:dpn -- 631 results my reindexing gave my lots of warnings, but it was about indexing tags not found in attset(s). I figure I can ignore those. I think my test covers it. I'm signing off.
Created attachment 24877 [details] [review] [SIGNED OFF] 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 Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Hi Fridolin, please remember to assign the bug to yourself :)
Created attachment 24918 [details] [review] [PASSED QA] 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 Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Removes duplicated index definition.
Pushed to master. Thanks, Fridolin!