Bugzilla – Attachment 35991 Details for
Bug 12948
The language filter in advance search doen't work with DOM MARC21 - NORMARC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 12948: Use word indexing for language (MARC21)
SIGNED-OFF-Bug-12948-Use-word-indexing-for-languag.patch (text/plain), 3.71 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-02-18 12:58:57 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 12948: Use word indexing for language (MARC21)
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-02-18 12:58:57 UTC
Size:
3.71 KB
patch
obsolete
>From cf5c3149631728d3310e7d2becdd311948c55e5e Mon Sep 17 00:00:00 2001 >From: Zeno Tajoli <z.tajoli@cineca.it> >Date: Sun, 15 Feb 2015 17:40:06 +0100 >Subject: [PATCH] [SIGNED OFF] Bug 12948: Use word indexing for language > (MARC21) > > This patch is for MARC21. To test: >1)Setup a site with > MARC21 >2)Insert 2 record, one lang A in 041 and 008 pos > 35-37 an other with lang A in 041 and lang B in 008 pos > 35-37 >3)Index them >4)Search in advanced search with filter > 'languare' for lan A. You will see 2 records >5)Search in > advanced search with filter 'languare' for lan B. You will > see 0 records >6)Apply the patch >7)Full reindex >8)Search in advanced search > with filter 'languare' for lan B. You will see 1 records > >http://bugs.koha-community.org/show_bug.cgi?id=12948 > >Signed-off-by: Magnus Enger <magnus@enger.priv.no> >I have *not* actually tested this, but the changes are identical to the ones >done for NORMARC, which I have tested, so I think it is safe to sign off. If >anyone disagrees, please reset the bug to "Needs signoff". > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml | 4 ++-- > etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml >index c7dd166..8ad9db1 100644 >--- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml >@@ -39,7 +39,7 @@ > <index_control_field tag="007" offset="0" length="2"> > <target_index>ff7-01-02:w</target_index> > </index_control_field> >- <!--record.abs line 47: melm 008 date-entered-on-file:n:range(data,0,5),date-entered-on-file:s:range(data,0,5),pubdate:w:range(data,7,4),pubdate:n:range(data,7,4),pubdate:y:range(data,7,4),pubdate:s:range(data,7,4),pl:w:range(data,15,3),ta:w:range(data,22,1),ff8-23:w:range(data,23,1),ff8-29:w:range(data,29,1),lf:w:range(data,33,1),bio:w:range(data,34,1),ln:n:range(data,35,3),ctype:w:range(data,24,4),Record-source:w:range(data,39,0)--> >+ <!--record.abs line 47: melm 008 date-entered-on-file:n:range(data,0,5),date-entered-on-file:s:range(data,0,5),pubdate:w:range(data,7,4),pubdate:n:range(data,7,4),pubdate:y:range(data,7,4),pubdate:s:range(data,7,4),pl:w:range(data,15,3),ta:w:range(data,22,1),ff8-23:w:range(data,23,1),ff8-29:w:range(data,29,1),lf:w:range(data,33,1),bio:w:range(data,34,1),ln:w:range(data,35,3),ctype:w:range(data,24,4),Record-source:w:range(data,39,0)--> > <index_control_field tag="008" offset="0" length="5"> > <target_index>date-entered-on-file:n</target_index> > </index_control_field> >@@ -77,7 +77,7 @@ > <target_index>bio:w</target_index> > </index_control_field> > <index_control_field tag="008" offset="35" length="3"> >- <target_index>ln:n</target_index> >+ <target_index>ln:w</target_index> > </index_control_field> > <index_control_field tag="008" offset="24" length="4"> > <target_index>ctype:w</target_index> >diff --git a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl >index db4c6f2..a0f68f1 100644 >--- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl >+++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl >@@ -122,7 +122,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > <z:index name="bio:w"> > <xslo:value-of select="substring(., 35, 1)"/> > </z:index> >- <z:index name="ln:n"> >+ <z:index name="ln:w"> > <xslo:value-of select="substring(., 36, 3)"/> > </z:index> > <z:index name="ctype:w"> >-- >2.3.0
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 12948
:
35921
|
35922
|
35923
|
35924
|
35990
|
35991
|
36090
|
36091