https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15050 --- Comment #20 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #19)
Maybe it could be simpler... a list of item subfields NOT to add on export for indexing?
The caveat being that they won't be searchable for either the staff interface or the OPAC though. -- As for mangling records for indexing: 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... -- You are receiving this mail because: You are watching all bug changes.