https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15050 --- Comment #23 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #21)
In "sub marc_records_to_documents" in lib/Koha/SearchEngine/Elasticsearch.pm, there is some record mangling to handle indexing 880 fields.
For Zebra, I created lib/Koha/Filter/MARC/Index880InZebra.pm, which is called in bin/migration_tools/rebuild_zebra.pl.
It could be good to standardize indexing related mangling...
Interesting, I wasn't ware of 880 indexing features with Elasticsarch - do you know more?
Yeah I've written more about it on Bug 15187. Basically, it also indexes the 880 as its associated field. E.g. "880 $6 245-01 $a 教牧書信" would be indexed as a 245 title as well. This is very handy for multilingual Koha libraries. I did the Zebra patches for a Chinese library of mine. (Learning basic Chinese for fun has been surprisingly helpful for working on Koha!) -- You are receiving this mail because: You are watching all bug changes.