https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17710
Alex Buckley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58859|0 |1 is obsolete| | --- Comment #4 from Alex Buckley <[email protected]> --- Created attachment 63771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63771&action=edit Bug 17710 - C4::Matcher::get_matches and C4::ImportBatch::GetBestRecordMatch should use same logic C4::ImportBatch::GetBestRecordMatch uses SQL to sort by score descending then candidate_match_id descending. With C4::Matcher::get_matches, I implement the same sort but use Perl code to do it, since we're sorting search results. It's a simple change, but it's in a big block of code, so I don't have unit tests. Signed-off-by: Alex Buckley <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
