https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36312
--- Comment #1 from David Cook <[email protected]> --- Created attachment 163130 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163130&action=edit Bug 36312: Add Subject-heading 1=21 to Zebra authorities indexing This change adds the 1=21 Subject-heading index to Zebra authorities. Test plan: 0. Apply patch 1. sudo cp etc/zebradb/authorities/etc/bib1.att /etc/koha/zebradb/authorities/etc/bib1.att 2. sudo cp etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl \ /etc/koha/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl 3. sudo koha-indexer --stop kohadev 4. sudo koha-zebra --stop kohadev 5. sudo koha-zebra --start kohadev 6. sudo koha-indexer --start kohadev 7. sudo koha-rebuild-zebra -f -a -v kohadev 8. yaz-client unix:/var/run/koha/kohadev/authoritysocket 9. base authorities 10. find @attr 1=21 "Philosophy, Marxist" 11. Zebra returns a hit 12. Celebrate! -- 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] https://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/
