[Bug 17475] New: 'Edition' tab in detail.pl fails to display records with matching ISBNs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17475 Bug ID: 17475 Summary: 'Edition' tab in detail.pl fails to display records with matching ISBNs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: mtj@kohaaloha.com QA Contact: testopia@bugs.koha-community.org mroe info to come... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17475 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt@gmail.com |mtj@kohaaloha.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17475 --- Comment #1 from Mason James <mtj@kohaaloha.com> --- Take 3 bibs, with these isbns... bib1 = 9780802806017; 9780802871855; 9780802827876 bib2 = 9780802871855 bib3 = 9780802827876 The Edition/FRBR matching code should successfully match all 3 bibs, but currently this does not happen :'( There seems to be 2 bugs with the code, that cause incomplete matching in some edge-cases Bug 1: Records with ISBN13 values don't match correctly All isbns13 values are converted to isbn10 format for matching, then matched against isbn13 database values (in some cases). This causes some records not to be successfully matched Bug 2: Records with multiple ISBN values don't match correctly For records with multiple ISBN value, only the isbn10 value of the 1st ISBN subfield is used for matching, all other ISBN subfields are ignored. This causes some records not to be successfully matched also, note that all ISBNs in all 3 bibs match successfully at librarything http://www.librarything.com/api/thingISBN/9780802806017 http://www.librarything.com/api/thingISBN/9780802871855 http://www.librarything.com/api/thingISBN/9780802827876 <idlist> <isbn>080282787X</isbn> <isbn>0802806015</isbn> <isbn>0802871852</isbn> <isbn>080283695X</isbn> </idlist> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17475 --- Comment #2 from Mason James <mtj@kohaaloha.com> --- Created attachment 56712 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56712&action=edit example of bib with missing 'editions' tab -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17475 Bob Birchall <bob@calyx.net.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bob@calyx.net.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17475 Marjorie Barry-Vila <marjorie.barry-vila@ccsr.qc.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila@ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org