[Koha-bugs] [Bug 31532] Zebra search results incorrect because of Bug 15187

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 8 08:53:27 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31532

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
Created attachment 140331
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140331&action=edit
Bug 31532: Add preprocessor to Zebra indexing pipeline to index 880 as linked
field

This patch adds a preprocessor XSLT to the Zebra indexing pipeline,
so that 880 fields get indexed as the fields they're linked to. For example,
a "880 $6 245" field would be indexed as a "245" field.

However, because the preprocessor only occurs in the indexing part of the
pipeline,
it does not affect the retrieval of MARCXML from Zebra. That MARCXML will be
the same MARCXML that was sent to Zebra from Koha.

Test plan:

0. Revert bug 15187, and apply patch for 31532
1. cp ./etc/zebradb/biblios/etc/dom-config.xml
/etc/koha/zebradb/biblios/etc/dom-config.xml
2a. cp etc/zebradb/marc_defs/marc21/biblios/preprocess_marcxml.xsl
/etc/koha/zebradb/marc_defs/marc21/biblios/.
2b. cp etc/zebradb/marc_defs/normarc/biblios/preprocess_marcxml.xsl
/etc/koha/zebradb/marc_defs/normarc/biblios/.
2c. cp etc/zebradb/marc_defs/unimarc/biblios/preprocess_marcxml.xsl
/etc/koha/zebradb/marc_defs/unimarc/biblios/.
3. koha-rebuild-zebra -b -f -v kohadev
4. Note that in search results the 880$6245$a data appears before the 245$a
data
5. Note that you can do a title index search on the 880$6245$a data

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list