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

(-)a/catalogue/showelastic.pl (-2 lines)
Lines 60-66 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  => 'data',
64
        id    => $biblionumber,
63
        id    => $biblionumber,
65
    });
64
    });
66
}
65
}
67
- 

Return to bug 35618