[Koha-bugs] [Bug 29437] 500 error when performing a catalog search for an ISBN13 with no valid ISBN10

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 8 20:31:41 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29437

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 127458
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127458&action=edit
Bug 29437: Search reservoir for term as title, author, or variations of ISBN

The code in the script and the module attempt to determine whether a term is an
isbn, or not. Rather
than try to do this, we can simply search it on the three fields: isbn, title,
author

Additionally, we should search as any of the ISBN variations to broaden our
matches

Note: Curently only an ISBN 10 is stored in import biblios, so for an ISBN13
that doesn't convert
the value will be blank - this is another bug

To test:
1 - Perform a cataloging search for a valid ISBN 13 with no ISBN10 counterpart:
    9798200834976
2 - 500 error
3 - Apply patch
4 - Repeat, no results
5 - Import some records
6 - Search by title/author/isbn
7 - Confirm searching works as expected

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list