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

(-)a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml (+1 lines)
Lines 24-29 authority-zebra-indexdefs.xsl` Link Here
24
  <!-- Original record ID -->
24
  <!-- Original record ID -->
25
  <kohaidx:index_control_field tag="001">
25
  <kohaidx:index_control_field tag="001">
26
    <kohaidx:target_index>Local-Number:w</kohaidx:target_index>
26
    <kohaidx:target_index>Local-Number:w</kohaidx:target_index>
27
    <kohaidx:target_index>Local-Number:p</kohaidx:target_index>
27
    <kohaidx:target_index>Local-Number:n</kohaidx:target_index>
28
    <kohaidx:target_index>Local-Number:n</kohaidx:target_index>
28
    <kohaidx:target_index>Local-Number:s</kohaidx:target_index>
29
    <kohaidx:target_index>Local-Number:s</kohaidx:target_index>
29
  </kohaidx:index_control_field>
30
  </kohaidx:index_control_field>
(-)a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl (-2 / +1 lines)
Lines 53-59 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
53
    </z:index>
53
    </z:index>
54
  </xslo:template>
54
  </xslo:template>
55
  <xslo:template match="marc:controlfield[@tag='001']">
55
  <xslo:template match="marc:controlfield[@tag='001']">
56
    <z:index name="Local-Number:w Local-Number:n Local-Number:s">
56
    <z:index name="Local-Number:w Local-Number:n Local-Number:s Local-Number:p">
57
      <xslo:value-of select="."/>
57
      <xslo:value-of select="."/>
58
    </z:index>
58
    </z:index>
59
  </xslo:template>
59
  </xslo:template>
60
- 

Return to bug 23053