Bugzilla – Attachment 47741 Details for
Bug 15694
Date/time-last-modified not searchable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15694: (followup)Update DOM index for UNIMARC/biblios
Bug-15694-followupUpdate-DOM-index-for-UNIMARCbibl.patch (text/plain), 2.38 KB, created by
Héctor Eduardo Castro Avalos
on 2016-02-08 16:20:28 UTC
(
hide
)
Description:
Bug 15694: (followup)Update DOM index for UNIMARC/biblios
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-02-08 16:20:28 UTC
Size:
2.38 KB
patch
obsolete
>From f637a6aca5c6678b5ccec492ca76b25e4d4de148 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Mon, 8 Feb 2016 10:19:39 -0600 >Subject: [PATCH] Bug 15694: (followup)Update DOM index for UNIMARC/biblios > >Update for UNIMARC biblio-koha-indexdefs.xml and biblio-zebra-indexdefs.xsl > >To test follow the first test plan in UNIMARC environment >--- > etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml | 6 ++++++ > etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl | 2 +- > 2 files changed, 7 insertions(+), 1 deletion(-) > >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 90e92a0..929a09b 100644 >--- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >@@ -35,6 +35,12 @@ > <target_index>Date/time-last-modified:s</target_index> > <target_index>Date/time-last-modified:n</target_index> > <target_index>Date/time-last-modified:y</target_index> >+ <target_index>Date-time-last-modified:s</target_index> >+ <target_index>Date-time-last-modified:n</target_index> >+ <target_index>Date-time-last-modified:y</target_index> >+ <target_index>dtlm:s</target_index> >+ <target_index>dtlm:n</target_index> >+ <target_index>dtlm:y</target_index> > </index_subfields> > <!--record.abs line 30: melm 099$t ccode:w--> > <index_subfields tag="099" subfields="t"> >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 32e1742..fa6ca6d 100644 >--- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl >+++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl >@@ -79,7 +79,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > </xslo:for-each> > <xslo:for-each select="marc:subfield"> > <xslo:if test="contains('d', @code)"> >- <z:index name="Date/time-last-modified:s Date/time-last-modified:n Date/time-last-modified:y"> >+ <z:index name="Date/time-last-modified:s Date/time-last-modified:n Date/time-last-modified:y Date-time-last-modified:s Date-time-last-modified:n Date-time-last-modified:y dtlm:s dtlm:n dtlm:y"> > <xslo:value-of select="."/> > </z:index> > </xslo:if> >-- >1.7.10.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 15694
:
47398
|
47512
|
47561
|
47741
|
48611
|
48991