http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10500 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@biblibre.co | |m --- Comment #9 from Jonathan Druart <jonathan.druart@biblibre.com> --- It does not work for me. 1/ In UNIMARC the isbn index is "ISBN". I will provide a followup. 2/ Even with this patch, I got "0 records with at least one match in catalog per matching rule "ISBN"". Some debugging: If I add the line: warn "$source_key $target_key" unless $source_key eq $target_key; to C4/Matcher.pm:770 (in the foreach @{ $matchchecks } loop). I got, in logs: "0394502884 RANDOMHOUSE 0394502884 UNRANDOMHOUSE" And C4::Matcher::get_matches always returns an empty array. Marked as Failed QA (but maybe I am wrong somewhere...) -- You are receiving this mail because: You are watching all bug changes.