[Koha-bugs] [Bug 23324] New: Need an ISBN normalization routine

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 16 15:09:27 CEST 2019


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 at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list