Bugzilla – Attachment 152071 Details for
Bug 24517
Zebra: date-entered-on-file misses 6th position
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24517: Add missing 6th position to date-entered-on-file index
Bug-24517-Add-missing-6th-position-to-date-entered.patch (text/plain), 1.64 KB, created by
David Cook
on 2023-06-07 03:27:38 UTC
(
hide
)
Description:
Bug 24517: Add missing 6th position to date-entered-on-file index
Filename:
MIME Type:
Creator:
David Cook
Created:
2023-06-07 03:27:38 UTC
Size:
1.64 KB
patch
obsolete
>From 8547e11dd28598491fe4e29fbdbe740f4edc314e Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Wed, 7 Jun 2023 03:13:24 +0000 >Subject: [PATCH] Bug 24517: Add missing 6th position to date-entered-on-file > index > >--- > .../marc_defs/marc21/biblios/biblio-koha-indexdefs.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 9d660b7fd6..e2ab9205ca 100644 >--- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml >@@ -46,10 +46,10 @@ > <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: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"> >+ <index_control_field tag="008" offset="0" length="6"> > <target_index>date-entered-on-file:n</target_index> > </index_control_field> >- <index_control_field tag="008" offset="0" length="5"> >+ <index_control_field tag="008" offset="0" length="6"> > <target_index>date-entered-on-file:s</target_index> > </index_control_field> > <index_control_field tag="008" offset="7" length="4"> >-- >2.30.2
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 24517
:
152071
|
152072
|
152223
|
152224
|
152621