https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39516 --- Comment #11 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 197237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197237&action=edit Bug 39516: Add composite_scores column to import_record_matches Adds a new nullable longtext column `composite_scores` to the `import_record_matches` table to store a JSON object mapping each matchpoint search_index to the score it contributed to the total. This allows the UI to display a breakdown of match scores (e.g. "title:50, author:50") rather than just the aggregate total. Signed-off-by: Jeanne Mauriello <jeanne.mauriello@mainlib.org> -- You are receiving this mail because: You are watching all bug changes.