http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10500
--- Comment #11 from Kyle M Hall <[email protected]> --- > 1/ In UNIMARC the isbn index is "ISBN". I will provide a followup. Thanks! > 2/ Even with this patch, I got "0 records with at least one match in catalog > per matching rule "ISBN"". It that with the new syspref on, off, or both? > 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 use use Data::Dumper on @source_keys on line 639? That will tell use if the isbn's are being transformed correctly. Does the unit test pass for you? -- 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/
