Bugzilla – Attachment 32339 Details for
Bug 11586
Better default framework for UNIMARC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11586: Better default framework for UNIMARC - zebra conf
PASSED-QA-Bug-11586-Better-default-framework-for-U.patch (text/plain), 4.81 KB, created by
Katrin Fischer
on 2014-10-15 14:41:49 UTC
(
hide
)
Description:
[PASSED QA] Bug 11586: Better default framework for UNIMARC - zebra conf
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-10-15 14:41:49 UTC
Size:
4.81 KB
patch
obsolete
>From 8b743e57df4ee1c82721ba8a0f16199ea5b1919c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 29 Sep 2014 12:36:33 +0200 >Subject: [PATCH] [PASSED QA] Bug 11586: Better default framework for UNIMARC - > zebra conf > >This patch updates the Zebra configuration for unimarc. > >995$d and 995$j should not be indexed. > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml | 11 ----------- > .../marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl | 14 -------------- > etc/zebradb/marc_defs/unimarc/biblios/record.abs | 3 --- > 3 files changed, 28 deletions(-) > >diff --git a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >index aeeacc5..ef93915 100644 >--- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >@@ -1366,12 +1366,6 @@ > <target_index>Record-Source:w</target_index> > <target_index>item:w</target_index> > </index_subfields> >- <!--995$d holdingbranch,Record-Source,item--> >- <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="d"> >- <target_index>holdingbranch:w</target_index> >- <target_index>Record-Source:w</target_index> >- <target_index>item:w</target_index> >- </index_subfields> > <!--995$e location,location:p,item--> > <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="e"> > <target_index>location:w</target_index> >@@ -1390,11 +1384,6 @@ > <target_index>ccode:p</target_index> > <target_index>item:w</target_index> > </index_subfields> >- <!--995$j LC-card-number:s,item--> >- <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="j"> >- <target_index>LC-card-number:s</target_index> >- <target_index>item:w</target_index> >- </index_subfields> > <!--995$k Call-Number,Local-classification,lcn,Call-Number:p,Local-classification:p,lcn:p,item,Local-classification:s--> > <index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="k"> > <target_index>Call-Number:w</target_index> >diff --git a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl >index 46f106d..dc14431 100644 >--- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl >+++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl >@@ -293,13 +293,6 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > </xslo:if> > </xslo:for-each> > <xslo:for-each select="marc:subfield"> >- <xslo:if test="contains('d', @code)"> >- <z:index name="holdingbranch:w Record-Source:w item:w"> >- <xslo:value-of select="."/> >- </z:index> >- </xslo:if> >- </xslo:for-each> >- <xslo:for-each select="marc:subfield"> > <xslo:if test="contains('e', @code)"> > <z:index name="location:w location:p item:w"> > <xslo:value-of select="."/> >@@ -321,13 +314,6 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > </xslo:if> > </xslo:for-each> > <xslo:for-each select="marc:subfield"> >- <xslo:if test="contains('j', @code)"> >- <z:index name="LC-card-number:s item:w"> >- <xslo:value-of select="."/> >- </z:index> >- </xslo:if> >- </xslo:for-each> >- <xslo:for-each select="marc:subfield"> > <xslo:if test="contains('k', @code)"> > <z:index name="Call-Number:w Local-classification:w lcn:w Call-Number:p Local-classification:p lcn:p item:w Local-classification:s"> > <xslo:value-of select="."/> >diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs >index fcf4034..91cca14 100644 >--- a/etc/zebradb/marc_defs/unimarc/biblios/record.abs >+++ b/etc/zebradb/marc_defs/unimarc/biblios/record.abs >@@ -502,8 +502,6 @@ melm 995$a homebranch,Host-item,item > melm 995$b homebranch,Host-item,item > # $c - Lending or holding library - free text > melm 995$c holdingbranch,Record-Source,item >-# $d - Lending or holding library - coded information >-melm 995$d holdingbranch,Record-Source,item > > # 2. Identification and classification > # $e - shelving information >@@ -518,7 +516,6 @@ melm 995$h ccode,ccode:p,item > # (in 995 recommandation : $i - barcode - suffix) > # $j - LC-card-number, > # (in 995 recommandation : $j - section, i.e. part of a library) >-melm 995$j LC-card-number:s,item > # $k - callnumber > melm 995$k Call-Number,Local-classification,Call-Number:p,Local-classification:p,Local-classification:s,item > # $l - not used currently >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11586
:
31909
|
31910
|
31911
|
31912
|
31913
|
32137
|
32138
|
32139
|
32140
|
32141
|
32142
|
32336
|
32337
|
32338
| 32339 |
32340
|
32341