Bugzilla – Attachment 85127 Details for
Bug 19575
Use canonical field names and resolve aliased fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19575: Fix an search field
Bug-19575-Fix-an-search-field.patch (text/plain), 965 bytes, created by
Martin Renvoize (ashimema)
on 2019-02-14 16:26:07 UTC
(
hide
)
Description:
Bug 19575: Fix an search field
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-02-14 16:26:07 UTC
Size:
965 bytes
patch
obsolete
>From 1f3fd8559d1aec8017a658b5556f03108c4f4553 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 14 Feb 2019 12:44:13 +0000 >Subject: [PATCH] Bug 19575: Fix an search field > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/SearchEngine/Elasticsearch/QueryBuilder.pm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm b/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm >index 9ba77aad13..7feb6e25c6 100644 >--- a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm >+++ b/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm >@@ -556,8 +556,7 @@ our %index_field_convert = ( > 'ti' => 'title', > 'se' => 'title-series', > 'ut' => 'title-uniform', >- 'an' => 'authority-number', >- 'koha-auth-number' => 'authority-number', >+ 'an' => 'koha-auth-number', > 'at' => 'authtype', > 'he' => 'heading', > 'rank' => 'relevance', >-- >2.20.1
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 19575
:
68914
|
69140
|
69153
|
69306
|
69314
|
69479
|
69480
|
69507
|
70494
|
70495
|
70558
|
71090
|
71112
|
71966
|
72673
|
75115
|
81297
|
81299
|
81303
|
81304
|
82794
|
83704
|
83710
|
85029
|
85030
|
85062
|
85105
|
85124
|
85125
|
85126
| 85127 |
85128
|
85178
|
85247