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

(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml (-11 lines)
Lines 1366-1377 Link Here
1366
    <target_index>Record-Source:w</target_index>
1366
    <target_index>Record-Source:w</target_index>
1367
    <target_index>item:w</target_index>
1367
    <target_index>item:w</target_index>
1368
  </index_subfields>
1368
  </index_subfields>
1369
  <!--995$d          holdingbranch,Record-Source,item-->
1370
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="d">
1371
    <target_index>holdingbranch:w</target_index>
1372
    <target_index>Record-Source:w</target_index>
1373
    <target_index>item:w</target_index>
1374
  </index_subfields>
1375
  <!--995$e    location,location:p,item-->
1369
  <!--995$e    location,location:p,item-->
1376
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="e">
1370
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="e">
1377
    <target_index>location:w</target_index>
1371
    <target_index>location:w</target_index>
Lines 1390-1400 Link Here
1390
    <target_index>ccode:p</target_index>
1384
    <target_index>ccode:p</target_index>
1391
    <target_index>item:w</target_index>
1385
    <target_index>item:w</target_index>
1392
  </index_subfields>
1386
  </index_subfields>
1393
  <!--995$j      LC-card-number:s,item-->
1394
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="j">
1395
    <target_index>LC-card-number:s</target_index>
1396
    <target_index>item:w</target_index>
1397
  </index_subfields>
1398
  <!--995$k      Call-Number,Local-classification,lcn,Call-Number:p,Local-classification:p,lcn:p,item,Local-classification:s-->
1387
  <!--995$k      Call-Number,Local-classification,lcn,Call-Number:p,Local-classification:p,lcn:p,item,Local-classification:s-->
1399
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="k">
1388
  <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="k">
1400
    <target_index>Call-Number:w</target_index>
1389
    <target_index>Call-Number:w</target_index>
(-)a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl (-14 lines)
Lines 293-305 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
293
      </xslo:if>
293
      </xslo:if>
294
    </xslo:for-each>
294
    </xslo:for-each>
295
    <xslo:for-each select="marc:subfield">
295
    <xslo:for-each select="marc:subfield">
296
      <xslo:if test="contains('d', @code)">
297
        <z:index name="holdingbranch:w Record-Source:w item:w">
298
          <xslo:value-of select="."/>
299
        </z:index>
300
      </xslo:if>
301
    </xslo:for-each>
302
    <xslo:for-each select="marc:subfield">
303
      <xslo:if test="contains('e', @code)">
296
      <xslo:if test="contains('e', @code)">
304
        <z:index name="location:w location:p item:w">
297
        <z:index name="location:w location:p item:w">
305
          <xslo:value-of select="."/>
298
          <xslo:value-of select="."/>
Lines 321-333 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
321
      </xslo:if>
314
      </xslo:if>
322
    </xslo:for-each>
315
    </xslo:for-each>
323
    <xslo:for-each select="marc:subfield">
316
    <xslo:for-each select="marc:subfield">
324
      <xslo:if test="contains('j', @code)">
325
        <z:index name="LC-card-number:s item:w">
326
          <xslo:value-of select="."/>
327
        </z:index>
328
      </xslo:if>
329
    </xslo:for-each>
330
    <xslo:for-each select="marc:subfield">
331
      <xslo:if test="contains('k', @code)">
317
      <xslo:if test="contains('k', @code)">
332
        <z:index name="Call-Number:w Local-classification:w lcn:w Call-Number:p Local-classification:p lcn:p item:w Local-classification:s">
318
        <z:index name="Call-Number:w Local-classification:w lcn:w Call-Number:p Local-classification:p lcn:p item:w Local-classification:s">
333
          <xslo:value-of select="."/>
319
          <xslo:value-of select="."/>
(-)a/etc/zebradb/marc_defs/unimarc/biblios/record.abs (-4 lines)
Lines 502-509 melm 995$a homebranch,Host-item,item Link Here
502
melm 995$b    homebranch,Host-item,item
502
melm 995$b    homebranch,Host-item,item
503
# $c - Lending or holding library - free text
503
# $c - Lending or holding library - free text
504
melm 995$c    holdingbranch,Record-Source,item
504
melm 995$c    holdingbranch,Record-Source,item
505
# $d - Lending or holding library - coded information
506
melm 995$d    holdingbranch,Record-Source,item
507
505
508
# 2. Identification and classification
506
# 2. Identification and classification
509
# $e - shelving information
507
# $e - shelving information
Lines 518-524 melm 995$h ccode,ccode:p,item Link Here
518
# (in 995 recommandation : $i - barcode - suffix)
516
# (in 995 recommandation : $i - barcode - suffix)
519
# $j - LC-card-number,
517
# $j - LC-card-number,
520
# (in 995 recommandation : $j - section, i.e. part of a library)
518
# (in 995 recommandation : $j - section, i.e. part of a library)
521
melm 995$j    LC-card-number:s,item
522
# $k - callnumber
519
# $k - callnumber
523
melm 995$k    Call-Number,Local-classification,Call-Number:p,Local-classification:p,Local-classification:s,item
520
melm 995$k    Call-Number,Local-classification,Call-Number:p,Local-classification:p,Local-classification:s,item
524
# $l - not used currently
521
# $l - not used currently
525
- 

Return to bug 11586