http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6590
--- Comment #12 from Ian Walls <[email protected]> 2011-10-06 12:22:33 UTC --- Alternate implementation idea: use Zebra indexing configs to index both the plaintext ISBN (as it's written in the MARC record) and the normalized ISBN. This way, we don't have to change any of the actual data in the records or how search works; we just add more access points to the data. Less chance of regression this way. I think if we added isbn.chr file to etc/zebradb/etc, updated default.idx to include it, and modified record.abs to add ISBN and ISSN to those index types, we could pull this off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
