Bugzilla – Attachment 50159 Details for
Bug 12478
Elasticsearch support for Koha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12478: (QA followup) Koha::SearchEngine should fallback to Zebra
Bug-12478-QA-followup-KohaSearchEngine-should-fall.patch (text/plain), 899 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2016-04-12 20:07:37 UTC
(
hide
)
Description:
Bug 12478: (QA followup) Koha::SearchEngine should fallback to Zebra
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-04-12 20:07:37 UTC
Size:
899 bytes
patch
obsolete
>From c0e4da8f7533eef0f25fab2968c3853ccefa9f8f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >Date: Tue, 12 Apr 2016 17:05:57 -0300 >Subject: [PATCH] Bug 12478: (QA followup) Koha::SearchEngine should fallback > to Zebra > >Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >--- > Koha/SearchEngine/Search.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/SearchEngine/Search.pm b/Koha/SearchEngine/Search.pm >index c465f8c..7d928d7 100644 >--- a/Koha/SearchEngine/Search.pm >+++ b/Koha/SearchEngine/Search.pm >@@ -47,7 +47,7 @@ use C4::Context; > use Modern::Perl; > > sub new { >- my $engine = C4::Context->preference("SearchEngine"); >+ my $engine = C4::Context->preference("SearchEngine") // 'Zebra'; > my $file = "Koha/SearchEngine/${engine}/Search.pm"; > my $class = "Koha::SearchEngine::${engine}::Search"; > require $file; >-- >2.7.4
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 12478
:
29204
|
31128
|
31129
|
33136
|
33137
|
33138
|
33139
|
33140
|
33141
|
35654
|
40903
|
42030
|
42031
|
42032
|
42033
|
42062
|
42063
|
42064
|
42065
|
42066
|
42067
|
42068
|
42069
|
42392
|
42393
|
43127
|
43128
|
43129
|
43130
|
43131
|
43132
|
43133
|
43134
|
43140
|
43141
|
43142
|
43148
|
43345
|
43346
|
43347
|
43348
|
43349
|
43350
|
43351
|
43352
|
43373
|
47767
|
47768
|
50115
|
50159
|
50211
|
50212
|
50213
|
50214
|
50245
|
50246
|
50291
|
50292