https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39516 --- Comment #22 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 197333 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197333&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. Sponsored-by: Main Library Alliance <https://www.mainlib.org/> Signed-off-by: Jeanne Mauriello <jeanne.mauriello@mainlib.org> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.