Bugzilla – Attachment 72118 Details for
Bug 20061
koha-common is not pulling libsearch-elasticsearch-perl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20061: koha-common is not pulling libsearch-elasticsearch-perl
Bug-20061-koha-common-is-not-pulling-libsearch-ela.patch (text/plain), 1.01 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-02-23 12:52:34 UTC
(
hide
)
Description:
Bug 20061: koha-common is not pulling libsearch-elasticsearch-perl
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-02-23 12:52:34 UTC
Size:
1.01 KB
patch
obsolete
>From a5fb61cba4e826568e4d966e1dcefaa20a9611d7 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >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 <mirko@abunchofthings.net> >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > 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.16.2
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 20061
:
72116
|
72117
| 72118 |
72119