https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23324 Bug ID: 23324 Summary: Need an ISBN normalization routine Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Bibliographic record staging/import Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org This bug was highlighted by use of Elasticsearch. ES default indexing of ISBN uses Business::ISBN to normalize ISBN in the DB and save all variations. This works great but it does mean that: 9780670026623 (alk. paper) Is indexed as: 9780670026623 So when importing a record a search for: 9780670026623 (alk. paper) returns no results. We need to implement an ISBN normalizer to handle this case -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.