https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22013 --- Comment #10 from Simon Hohl <simon.hohl@dainst.org> --- I am back to the original situation (working, but with warnings): 1. Added to authority-koha-indexdefs.xml (roughly copied over from the biblio equivalent): <!--record.abs line 60: melm 024 Identifier-standard--> <kohaidx:index_subfields tag="024" subfields="abcdefghjklmnopqrstvxyz0123456789"> <kohaidx:target_index>Identifier-standard:w</kohaidx:target_index> <kohaidx:target_index>Identifier-standard:p</kohaidx:target_index> <kohaidx:target_index>Identifier-standard:s</kohaidx:target_index> </kohaidx:index_subfields> 2. Added to etc/zebradb/authorities/etc/bib1.att: att 1007 Identifier-standard 3. Ran xsltproc on xml to create xsl file: xsltproc /etc/koha/zebradb/xsl/koha-indexdefs-to-zebra.xsl /etc/koha/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml > /etc/koha/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl 4. Rebuilt Zebra: koha-rebuild-zebra -a -f -v (...) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.