https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39516
Bug ID: 39516
Summary: Record and display record matching rule composite
scores
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: MARC Bibliographic record staging/import
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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)"
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/