Bugzilla – Attachment 93918 Details for
Bug 22997
Searching gives no results in auth_finder.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22997: Unit test
Bug-22997-Unit-test.patch (text/plain), 1.29 KB, created by
Nick Clemens (kidclamp)
on 2019-10-09 12:38:43 UTC
(
hide
)
Description:
Bug 22997: Unit test
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-10-09 12:38:43 UTC
Size:
1.29 KB
patch
obsolete
>From c8d0ffcdfb9704152b5da82a879056c0183597bd Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 9 Aug 2019 13:51:46 +0200 >Subject: [PATCH] Bug 22997: Unit test > >Run prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t b/t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t >index 5e695a0738..fd983498aa 100644 >--- a/t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t >+++ b/t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t >@@ -90,7 +90,7 @@ my $clear_search_fields_cache = sub { > }; > > subtest 'build_authorities_query_compat() tests' => sub { >- plan tests => 47; >+ plan tests => 55; > > my $qb; > >@@ -110,6 +110,7 @@ subtest 'build_authorities_query_compat() tests' => sub { > is( $query->{query}->{bool}->{must}[0]->{query_string}->{query}, > "a*"); > } >+ is( $query->{query}->{bool}->{must}[0]->{query_string}->{analyze_wildcard}, JSON::true, 'Set analyze_wildcard true' ); > } > > $search_term = 'Donald Duck'; >-- >2.11.0
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 22997
:
90154
|
91095
|
92118
|
92119
|
93377
|
93378
|
93917
|
93918
|
93919
|
93920