Bugzilla – Attachment 75001 Details for
Bug 20273
Elasticsearch: Auth-finder.pl autocomplete must use search_auth_compat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20273: Followup - Autocomplete use start instead of contains
Bug-20273-Followup---Autocomplete-use-start-instea.patch (text/plain), 1.80 KB, created by
Séverine Queune
on 2018-05-03 09:57:34 UTC
(
hide
)
Description:
Bug 20273: Followup - Autocomplete use start instead of contains
Filename:
MIME Type:
Creator:
Séverine Queune
Created:
2018-05-03 09:57:34 UTC
Size:
1.80 KB
patch
obsolete
>From a14c52130337f8a852721fabd795a04ac129ec4b Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Thu, 3 May 2018 09:38:19 +0000 >Subject: [PATCH] Bug 20273: Followup - Autocomplete use start instead of > contains >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > koha-tmpl/intranet-tmpl/prog/js/auth-finder-search.js | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/auth-finder-search.js b/koha-tmpl/intranet-tmpl/prog/js/auth-finder-search.js >index f629f5d..2f47c29 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/auth-finder-search.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/auth-finder-search.js >@@ -21,7 +21,7 @@ $(document).ready(function(){ > op: "do_search", > type: "intranet", > and_or: "and", >- operator: "contains", >+ operator: "start", > orderby: "HeadingAsc", > querytype: "all" > }, >@@ -49,7 +49,7 @@ $(document).ready(function(){ > op: "do_search", > type: "intranet", > and_or: "and", >- operator: "contains", >+ operator: "start", > orderby: "HeadingAsc", > querytype: "mainentry" > }, >@@ -77,7 +77,7 @@ $(document).ready(function(){ > op: "do_search", > type: "intranet", > and_or: "and", >- operator: "contains", >+ operator: "start", > orderby: "HeadingAsc", > querytype: "mainmainentry" > }, >-- >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 20273
:
72090
|
73307
|
74996
|
74997
|
74998
|
74999
|
75000
|
75001
|
77090
|
77091