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

(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml (+2 lines)
Lines 910-918 Link Here
910
    <target_index>Host-item:w</target_index>
910
    <target_index>Host-item:w</target_index>
911
    <target_index>Host-item:p</target_index>
911
    <target_index>Host-item:p</target_index>
912
  </index_subfields>
912
  </index_subfields>
913
  <!-- 
913
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="461" subfields="9">
914
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="461" subfields="9">
914
    <target_index>Host-Item-Number:w</target_index>
915
    <target_index>Host-Item-Number:w</target_index>
915
  </index_subfields>
916
  </index_subfields>
917
   -->
916
  <!--462 - Subset level-->
918
  <!--462 - Subset level-->
917
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="462" subfields="t">
919
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="462" subfields="t">
918
    <target_index>Title:w</target_index>
920
    <target_index>Title:w</target_index>
(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl (-7 lines)
Lines 1425-1437 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
1425
        </z:index>
1425
        </z:index>
1426
      </xslo:if>
1426
      </xslo:if>
1427
    </xslo:for-each>
1427
    </xslo:for-each>
1428
    <xslo:for-each select="marc:subfield">
1429
      <xslo:if test="contains('9', @code)">
1430
        <z:index name="Host-Item-Number:w">
1431
          <xslo:value-of select="."/>
1432
        </z:index>
1433
      </xslo:if>
1434
    </xslo:for-each>
1435
  </xslo:template>
1428
  </xslo:template>
1436
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='462']">
1429
  <xslo:template mode="index_subfields" match="marc:datafield[@tag='462']">
1437
    <xslo:for-each select="marc:subfield">
1430
    <xslo:for-each select="marc:subfield">
(-)a/etc/zebradb/marc_defs/unimarc/biblios/record.abs (-2 / +1 lines)
Lines 380-386 melm 488$t Title,Title:p Link Here
380
380
381
# Linking ids (Koha analytics)
381
# Linking ids (Koha analytics)
382
# FIXME Warning : field used by Koha for analytics, but also in Sudoc network
382
# FIXME Warning : field used by Koha for analytics, but also in Sudoc network
383
melm 461$9    Host-Item-Number
383
# melm 461$9    Host-Item-Number
384
384
385
############## 5XX - TITLES ##################
385
############## 5XX - TITLES ##################
386
melm 500$9    Koha-Auth-Number,Koha-Auth-Number:n
386
melm 500$9    Koha-Auth-Number,Koha-Auth-Number:n
387
- 

Return to bug 12453