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

(-)a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml (-1 / +1 lines)
Lines 6-12 run the following command: Link Here
6
authority-zebra-indexdefs.xsl`
6
authority-zebra-indexdefs.xsl`
7
-->
7
-->
8
<kohaidx:index_defs xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs">
8
<kohaidx:index_defs xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs">
9
  <id>marc:controlfield[@tag='001']</id>
9
  <kohaidx:id>marc:controlfield[@tag='001']</kohaidx:id>
10
  <!-- variables -->
10
  <!-- variables -->
11
  <kohaidx:var name="form_subdivision_subfield">v</kohaidx:var>
11
  <kohaidx:var name="form_subdivision_subfield">v</kohaidx:var>
12
  <kohaidx:var name="general_subdivision_subfield">x</kohaidx:var>
12
  <kohaidx:var name="general_subdivision_subfield">x</kohaidx:var>
(-)a/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml (-2 / +1 lines)
Lines 6-12 run the following command: Link Here
6
authority-zebra-indexdefs.xsl`
6
authority-zebra-indexdefs.xsl`
7
-->
7
-->
8
<kohaidx:index_defs xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs">
8
<kohaidx:index_defs xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs">
9
  <id>marc:controlfield[@tag='001']</id>
9
  <kohaidx:id>marc:controlfield[@tag='001']</kohaidx:id>
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
- 

Return to bug 14453