This commit is contained in:
James Cole
2020-08-08 17:17:09 +02:00
parent 6d627be679
commit 87c134322d
3 changed files with 1 additions and 17 deletions

View File

@@ -88,7 +88,6 @@ class SearchController extends Controller
$searcher->parseQuery($fullQuery);
$searcher->setPage($page);
$searcher->setLimit((int) config('firefly.search_result_limit'));
$groups = $searcher->searchTransactions();
$hasPages = $groups->hasPages();
$searchTime = round($searcher->searchTime(), 3); // in seconds