Bugzilla – Attachment 132663 Details for
Bug 20424
New UNIMARC ZEBRA indexes according to last IFLA updates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20424: adds new indexes as availables in C4::Search
Bug-20424-adds-new-indexes-as-availables-in-C4Sear.patch (text/plain), 2.27 KB, created by
Alex Arnaud
on 2022-03-31 08:35:49 UTC
(
hide
)
Description:
Bug 20424: adds new indexes as availables in C4::Search
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2022-03-31 08:35:49 UTC
Size:
2.27 KB
patch
obsolete
>From e5afa245a25790162a3e031dccc4fbb0c1d31790 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Thu, 31 Mar 2022 10:33:04 +0200 >Subject: [PATCH] Bug 20424: adds new indexes as availables in C4::Search > >--- > C4/Search.pm | 4 ++++ > etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml | 2 ++ > 2 files changed, 6 insertions(+) > >diff --git a/C4/Search.pm b/C4/Search.pm >index 4413211..d5d7693 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -978,6 +978,7 @@ sub getIndexes{ > 'bio', > 'biography', > 'callnum', >+ 'carrier-type', > 'cfn', > 'Chronological-subdivision', > 'cn-bib-source', >@@ -1007,10 +1008,12 @@ sub getIndexes{ > 'Date-of-publication', > 'Date-time-last-modified', > 'Dewey-classification', >+ 'Digital-content', > 'Dissertation-information', > 'diss', > 'dtlm', > 'EAN', >+ 'Electronic-resource', > 'extent', > 'fic', > 'fiction', >@@ -1025,6 +1028,7 @@ sub getIndexes{ > 'Host-item', > 'id-other', > 'ident', >+ 'Identifier-persistent', > 'Identifier-standard', > 'Illustration-code', > 'Index-term-genre', >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 c52fe8d..ef8fa18 100644 >--- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >@@ -11,6 +11,8 @@ > </index_control_field> > <index_control_field tag="003"> > <target_index>Identifier-persistent:w</target_index> >+ <target_index>Identifier-persistent:p</target_index> >+ <target_index>Identifier-persistent:n</target_index> > </index_control_field> > <!--record.abs line 26: melm 009 Identifier-standard:w,Identifier-standard:n--> > <index_control_field tag="009"> >-- >2.7.4
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 20424
:
93732
|
93733
|
93736
|
119034
|
119053
|
119054
|
119080
|
119081
|
132663
|
132816
|
132817
|
132818
|
132827
|
132828
|
132829
|
148831
|
148832
|
148833
|
148834