https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39516 --- Comment #26 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198283 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198283&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. 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.