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

(-)a/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t (-2 / +1 lines)
Lines 112-118 SKIP: { Link Here
112
112
113
    is ( $count = $searcher->count_auth_use($searcher,1), 0, 'Testing count_auth_use');
113
    is ( $count = $searcher->count_auth_use($searcher,1), 0, 'Testing count_auth_use');
114
114
115
    is ($searcher->max_result_window, 10000, 'By default, max_result_window is 10000');
115
    is ($searcher->max_result_window, 1000000, 'By default, max_result_window is 1000000');
116
116
117
    $searcher->get_elasticsearch()->indices->put_settings(
117
    $searcher->get_elasticsearch()->indices->put_settings(
118
        index => $searcher->index_name,
118
        index => $searcher->index_name,
119
- 

Return to bug 30882