View | Details | Raw Unified | Return to bug 21820
Collapse All | Expand All

(-)a/Koha/SearchEngine/Elasticsearch/Indexer.pm (-3 lines)
Lines 338-345 sub index_records { Link Here
338
    elsif ( $op eq 'recordDelete' ) {
338
    elsif ( $op eq 'recordDelete' ) {
339
        $self->delete_index_background( $record_numbers );
339
        $self->delete_index_background( $record_numbers );
340
    }
340
    }
341
    #FIXME Current behaviour is to index Zebra when using ES, at some point we should stop
342
    Koha::SearchEngine::Zebra::Indexer::index_records( $self, $record_numbers, $op, $server, undef );
343
}
341
}
344
342
345
sub _get_record {
343
sub _get_record {
346
- 

Return to bug 21820