http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7419 --- Comment #51 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- (In reply to M. de Rooy from comment #50)
When I am testing dedup-records.pl with Match/100abc on PERSO_NAME, the script finds two duplicates Surname, C.-J. and Surname, C-J. It does not find: Surname, Fred and Surname, F. (Note: Could be a match, but maybe not.)
Without diving deep into C4/Matcher.pm myself, could you give some hints how to get the script to report such ones?
You would need to write your own matcher that identified Surname, Fred and Surname, F. as duplicates. If you have a 4xx field for Surname, F. in the new record you could use Previous-heading-see-from/100abcd.
On the two patch sets in this report: I would suggest to move the two patches of Julian to another report. This is confusing. Also note that I would not recommend to refactor rebuild_zebra on a report about authorities; you'd better split them up.
I agree. The two deduplicators are not mutually exclusive in my opinion, so perhaps it would make sense for me to create a separate bug for Julian's patches with a subject something like "Authority deduplicator for UNIMARC"? -- You are receiving this mail because: You are watching all bug changes.