[Koha-bugs] [Bug 19893] Alternative optimized indexing for Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 1 13:29:09 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893

--- Comment #192 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Comment on attachment 78690
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78690
Bug 19893 - Alternative optimized indexing for Elasticsearch

Review of attachment 78690:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19893&attachment=78690)
-----------------------------------------------------------------

::: Koha/SearchEngine/Elasticsearch.pm
@@ +464,5 @@
> +
> +        if ($type eq 'sum') {
> +            push @{$rules->{sum}}, $name;
> +        }
> +        elsif($type eq 'boolean') {

missing space after elsif

::: t/Koha/SearchEngine/Elasticsearch.t
@@ +219,5 @@
> +            );
> +        }
> +    });
> +
> +    my $see = Koha::SearchEngine::Elasticsearch->new({ index => 'biblios' });

Should use $Koha::SearchEngine::BIBLIOS_INDEX

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list