@@ -, +, @@ --- Koha/BackgroundJob/BatchUpdateAuthority.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/BackgroundJob/BatchUpdateAuthority.pm +++ a/Koha/BackgroundJob/BatchUpdateAuthority.pm @@ -104,7 +104,7 @@ sub process { } my $indexer = Koha::SearchEngine::Indexer->new({ index => $Koha::SearchEngine::AUTHORITIES_INDEX }); - $indexer->index_records( \@record_ids, "specialUpdate", "authorityserver", undef, { index_now => 1 } ); + $indexer->index_records( \@record_ids, "specialUpdate", "authorityserver" ); my $job_data = decode_json $self->data; $job_data->{messages} = \@messages; --