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> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
03f5c5b4f8
commit
9d5fa221e8
2 changed files with 2 additions and 2 deletions
|
@ -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']"/>
|
||||
|
|
|
@ -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']"/>
|
||||
|
|
Loading…
Reference in a new issue