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

(-)a/Koha/SearchEngine/Elasticsearch.pm (-1 / +1 lines)
Lines 23-28 use C4::Context; Link Here
23
23
24
use Koha::Database;
24
use Koha::Database;
25
use Koha::Exceptions::Config;
25
use Koha::Exceptions::Config;
26
use Koha::Exceptions::Elasticsearch;
26
use Koha::SearchFields;
27
use Koha::SearchFields;
27
use Koha::SearchMarcMaps;
28
use Koha::SearchMarcMaps;
28
29
29
- 

Return to bug 23670