View | Details | Raw Unified | Return to bug 23053
Collapse All | Expand All

(-)a/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml (+1 lines)
Lines 10-15 authority-zebra-indexdefs.xsl` Link Here
10
  <!-- Original record ID -->
10
  <!-- Original record ID -->
11
  <kohaidx:index_control_field tag="001">
11
  <kohaidx:index_control_field tag="001">
12
    <kohaidx:target_index>Local-Number:w</kohaidx:target_index>
12
    <kohaidx:target_index>Local-Number:w</kohaidx:target_index>
13
    <kohaidx:target_index>Local-Number:p</kohaidx:target_index>
13
    <kohaidx:target_index>Local-Number:s</kohaidx:target_index>
14
    <kohaidx:target_index>Local-Number:s</kohaidx:target_index>
14
    <kohaidx:target_index>Local-Number:n</kohaidx:target_index>
15
    <kohaidx:target_index>Local-Number:n</kohaidx:target_index>
15
  </kohaidx:index_control_field>
16
  </kohaidx:index_control_field>
(-)a/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl (-2 / +1 lines)
Lines 45-51 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
45
    </z:record>
45
    </z:record>
46
  </xslo:template>
46
  </xslo:template>
47
  <xslo:template match="marc:controlfield[@tag='001']">
47
  <xslo:template match="marc:controlfield[@tag='001']">
48
    <z:index name="Local-Number:w Local-Number:s Local-Number:n">
48
    <z:index name="Local-Number:w Local-Number:s Local-Number:n Local-Number:p">
49
      <xslo:value-of select="."/>
49
      <xslo:value-of select="."/>
50
    </z:index>
50
    </z:index>
51
  </xslo:template>
51
  </xslo:template>
52
- 

Return to bug 23053