5 Nov
2024
5 Nov
'24
1:19 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38345 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- This is how you'd do it if you wanted to: diff --git a/Koha/SearchEngine/Elasticsearch.pm b/Koha/SearchEngine/Elasticsearch.pm index 5ef5235720..1cee774d41 100644 --- a/Koha/SearchEngine/Elasticsearch.pm +++ b/Koha/SearchEngine/Elasticsearch.pm @@ -38,6 +38,8 @@ use Clone qw( clone ); use Modern::Perl; use Readonly qw( Readonly ); use Search::Elasticsearch; +use Search::Elasticsearch::Role::Cxn; +$Search::Elasticsearch::Role::Cxn::PRODUCT_CHECK_VALUE = ''; use Try::Tiny qw( catch try ); use YAML::XS; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.