[Koha-bugs] [Bug 22013] Command line staging: Use of uninitialized value $tag in hash element at /usr/share/perl5/MARC/Record.pm line 202.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 3 15:27:26 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22013

--- Comment #10 from Simon Hohl <simon.hohl at 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.


More information about the Koha-bugs mailing list