https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38345 --- Comment #10 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to David Cook from comment #7)
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;
Let's go with this. That said, I launched an OpenSearch instance on DigitalOcean and didn't manage to make this work. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.