Bugzilla – Attachment 65187 Details for
Bug 15140
Add MARC21 776 to OPAC and staff display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15140 (QA Followup) lowercase the search index
Bug-15140-QA-Followup-lowercase-the-search-index.patch (text/plain), 2.29 KB, created by
Nick Clemens (kidclamp)
on 2017-07-21 14:10:51 UTC
(
hide
)
Description:
Bug 15140 (QA Followup) lowercase the search index
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-07-21 14:10:51 UTC
Size:
2.29 KB
patch
obsolete
>From 64cb7e13f016f9e4ad8cf590d41f9f486bf2cca6 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 21 Jul 2017 14:06:06 +0000 >Subject: [PATCH] Bug 15140 (QA Followup) lowercase the search index > >Zebra doesn't care about cases, but ES does and default mapping is >'control-number' > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index d4c751b..b699341 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -781,7 +781,7 @@ > <xsl:when test="marc:subfield[@code='w']"> > <a> > <xsl:attribute name="href"> >- <xsl:text>/cgi-bin/koha/catalogue/search.pl?q=Control-number:</xsl:text> >+ <xsl:text>/cgi-bin/koha/catalogue/search.pl?q=control-number:</xsl:text> > <xsl:call-template name="extractControlNumber"> > <xsl:with-param name="subfieldW"> > <xsl:value-of select="marc:subfield[@code='w']"/> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index a6a1198..f31b1be 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -833,7 +833,7 @@ > <xsl:when test="marc:subfield[@code='w']"> > <a> > <xsl:attribute name="href"> >- <xsl:text>/cgi-bin/koha/opac-search.pl?q=Control-number:</xsl:text> >+ <xsl:text>/cgi-bin/koha/opac-search.pl?q=control-number:</xsl:text> > <xsl:call-template name="extractControlNumber"> > <xsl:with-param name="subfieldW"> > <xsl:value-of select="marc:subfield[@code='w']"/> >-- >2.1.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 15140
:
61161
|
61162
|
61351
|
62531
|
62908
|
63232
|
63233
|
65185
|
65186
| 65187