Bug 16595

Summary: Concurrent search between ISBN-10 and ISBN-13 in staff client and OPAC
Product: Koha Reporter: Iming Chan <iming>
Component: SearchingAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer, magnus
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13528
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Iming Chan 2016-05-26 08:27:33 UTC
Ability to concurrent search between ISBN-10 and ISBN-13.  This will eliminate the need to conduct separate searches between ISBN-10 and ISBN-13.

When a catalogue record only has ISBN-10, it can be found using an ISBN-13 search.  On the other hand, a catalogue record only has ISBN-13 can be found using an ISBN-10 search.

For example: ISBN 174336704X stored in the catalogue record can be found by using ISBN search of 9781743367049, or vice versa.
Comment 1 Magnus Enger 2016-05-30 07:47:33 UTC
See bug 13528. This is possible if you
- enable SearchWithISBNVariations and
- disable UseQueryParser

Should we close this as a duplicate, or keep it open as a reminder that it would be nice to be able to do this without disabling QueryParser?
Comment 2 Katrin Fischer 2016-08-14 14:42:57 UTC

*** This bug has been marked as a duplicate of bug 13528 ***