Bug 39516 - Record and display record matching rule composite scores
Summary: Record and display record matching rule composite scores
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic record staging/import (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-01 16:01 UTC by Andrew Fuerste-Henry
Modified: 2025-04-01 16:01 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2025-04-01 16:01:00 UTC
When viewing a batch of staged biblio or authority records, those records which found matches show their final match score. It would be helpful to store and display  the composite values that are added together to make that final score.

An example matching rule:
Match threshold: 100
Match point 1:
- search index: title
- score: 50
- tag: 245$a
Match point 2:
- search index: author
- score: 50
- tag: 100$a
Match point 3:
- search index: isbn
- score: 100
- tag: 020$a

Currently, a staged bib that found a match via the combination of title and author would just show "(score=100)" in the staged batch view. A bib that matched just on ISBN would show the same thing, "(score=100)."

It'd be helpful to instead show something like "(score= title:50, author:50)" or "(score= isbn:100)"