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

(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml (+1 lines)
Lines 1416-1421 Link Here
1416
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="o">
1416
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="o">
1417
    <target_index>notforloan:n</target_index>
1417
    <target_index>notforloan:n</target_index>
1418
    <target_index>notforloan:w</target_index>
1418
    <target_index>notforloan:w</target_index>
1419
    <target_index>item:w</target_index>
1419
  </index_subfields>
1420
  </index_subfields>
1420
  <!--995$u      Note,Note:p,item-->
1421
  <!--995$u      Note,Note:p,item-->
1421
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="u">
1422
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="u">
(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl (-1 / +1 lines)
Lines 343-349 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
343
    </xslo:for-each>
343
    </xslo:for-each>
344
    <xslo:for-each select="marc:subfield">
344
    <xslo:for-each select="marc:subfield">
345
      <xslo:if test="contains('o', @code)">
345
      <xslo:if test="contains('o', @code)">
346
        <z:index name="notforloan:n notforloan:w">
346
        <z:index name="notforloan:n notforloan:w item:w">
347
          <xslo:value-of select="."/>
347
          <xslo:value-of select="."/>
348
        </z:index>
348
        </z:index>
349
      </xslo:if>
349
      </xslo:if>
(-)a/etc/zebradb/marc_defs/unimarc/biblios/record.abs (-2 / +1 lines)
Lines 531-537 melm 995$k Call-Number,Local-classification,Call-Number:p,Local-classificatio Link Here
531
melm 995$n    onloan:d,onloan:n,onloan:s,onloan:w,item
531
melm 995$n    onloan:d,onloan:n,onloan:s,onloan:w,item
532
# $o - not for loan
532
# $o - not for loan
533
# (in 995 recommandation : $o - Circulation type (not for loan))
533
# (in 995 recommandation : $o - Circulation type (not for loan))
534
melm 995$o    notforloan:n,notforloan:w
534
melm 995$o    notforloan:n,notforloan:w,item
535
535
536
# 4 - Sorting and statistic information
536
# 4 - Sorting and statistic information
537
# $p - not used currently
537
# $p - not used currently
538
- 

Return to bug 9810