https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893 --- Comment #193 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Comment on attachment 78692 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78692 Bug 19893: Add index status Review of attachment 78692: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19893&attachment=78692) ----------------------------------------------------------------- ::: admin/searchengine/elasticsearch/mappings.pl @@ +47,4 @@
my $marc_type = lc C4::Context->preference('marcflavour');
+my @index_names = ('biblios', 'authorities');
Should use $Koha::SearchEngine::BIBLIOS_INDEX and $Koha::SearchEngine::AUTHORITIES_INDEX -- You are receiving this mail because: You are watching all bug changes.