https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39516 --- Comment #7 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197188 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197188&action=edit Bug 39516: Record per-matchpoint score breakdown when staging MARC records Extends C4::Matcher::get_matches() to track each matchpoint's individual score contribution alongside the aggregate total. A new `composite_scores` hashref (keyed by search_index) is included in every result entry. Updates C4::ImportBatch::SetImportRecordMatches() to JSON-encode and persist the composite scores in the new column, and GetImportRecordMatches() to decode and return them. -- You are receiving this mail because: You are watching all bug changes.