Bugzilla – Attachment 181892 Details for
Bug 23875
Elasticsearch - When sorting by score we should provide a tiebreaker
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23875: Fix tests
Bug-23875-Fix-tests.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2025-05-05 07:50:40 UTC
(
hide
)
Description:
Bug 23875: Fix tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-05-05 07:50:40 UTC
Size:
1.09 KB
patch
obsolete
>From 277994785460d4993a28f589fe4b4d4d517ef44b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 5 May 2025 09:48:24 +0200 >Subject: [PATCH] Bug 23875: Fix tests > >--- > t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t b/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t >index 47d06bd1347..5e71ba5f313 100755 >--- a/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t >+++ b/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t >@@ -40,7 +40,8 @@ $se->mock( > subject => { type => 'text' }, > itemnumber => { type => 'integer' }, > sortablenumber => { type => 'integer' }, >- sortablenumber__sort => { type => 'integer' } >+ sortablenumber__sort => { type => 'integer' }, >+ 'local-number' => { type => 'integer' }, > } > }; > $all_mappings{ $self->index } = $mappings; >-- >2.34.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 23875
:
94579
|
94712
|
108391
|
174227
|
181183
|
181214
|
181289
| 181892