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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
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/

Reply via email to