From 78cd06a0f67f2f5eb09a9cf9441e4619856ac407 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Fri, 23 Feb 2018 13:10:51 +0100 Subject: [PATCH] Bug 20061: koha-common is not pulling libsearch-elasticsearch-perl Adds Search::Elasticsearch to Perldependencies.pm Signed-off-by: Mirko Tietgen Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart --- C4/Installer/PerlDependencies.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 84ba74d2fc..8961453368 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -867,6 +867,13 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '0.17', }, + 'Search::Elasticsearch' => { + 'usage' => 'Elasticsearch integration', + 'required' => '1', + 'min_ver' => '5.01', + # also required for Zebra installs: about page: bug 20061 + }, + }; 1; -- 2.20.1