https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36312
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163130|0 |1 is obsolete| | --- Comment #3 from David Nind <[email protected]> --- Created attachment 163753 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163753&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! Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: 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/
