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

(-)a/catalogue/showelastic.pl (-1 / +1 lines)
Lines 60-65 my @es_fields; Link Here
60
try {
60
try {
61
    $es_record = $es->get_elasticsearch()->get({
61
    $es_record = $es->get_elasticsearch()->get({
62
        index => $es->index_name,
62
        index => $es->index_name,
63
        type  => '_doc',
63
        id    => $biblionumber,
64
        id    => $biblionumber,
64
    });
65
    });
65
}
66
}
66
- 

Return to bug 37494