https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893
--- Comment #171 from David Gustafsson <[email protected]> --- (In reply to Joonas Kylmälä from comment #168) > Comment on attachment 80971 [details] [review] > Bug 19893: Add pods, remove syspref, add tests for serialization format > > Review of attachment 80971 [details] [review]: > ----------------------------------------------------------------- > > ::: Koha/SearchEngine/Elasticsearch/Indexer.pm > @@ +307,4 @@ > > if ( !$self->store ) { > > my $params = $self->get_elasticsearch_params(); > > $self->store( > > + Catmandu::Store::Elasticsearch->new( > > This line is changed and it somehow creates an unnoticable character that is > different from the one being imported so deletion of biblio records doesn't > work. This change of the line needs to be reverted. Good catch, that was because I replaced some occurences of "ElasticSearch" with "Elasticsearch" in comments (since that is how it is spelled), and accidently searched and replaced that one. Fixed and attached new patch. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
