http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6499
--- Comment #1 from Barton Chittenden <[email protected]> --- Created attachment 29591 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29591&action=edit Bug 6499 - OCLC # Indexing & Matching etc/zebradb/marc_defs/marc21/biblios/record.abs Add 035$a, 035$z and 035 as zebra index 'OCLC-Number' etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml Add 035$a, 035$z and 035 as zebra index 'OCLC-Number' Note that all changes were made via make_zebra_dom_cfg_from_record_abs; these changes were merged with the existing biblio-koha-indexdefs.xml. All changes in the file are a) logic adding OCLC-Number as a zebra index or b) Updates to line numbers in comments reflecting the current record.abs. All other changes made by make_zebra_dom_cfg_from_record_abs were discarded. See http://wiki.koha-community.org/wiki/MRenvoize/zebra#DOM_indexing. etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl Reflects changes made by applying koha-indexdefs-to-zebra.xsl to biblio-koha-indexdefs.xml. C4/Search.pm Add OCLC-Number to getIndexes() etc/zebradb/ccl.properties Set OCLC-Number 1=1211 -- You are receiving this mail because: You are the QA Contact 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/
