From 31ba0133c72b618c03ec26ef7fd1088c58115859 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 7 Jun 2021 06:27:44 +0200 Subject: [PATCH] Whoops --- app/Http/Controllers/SearchController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/SearchController.php b/app/Http/Controllers/SearchController.php index a3a5fe6e00..981be98ae4 100644 --- a/app/Http/Controllers/SearchController.php +++ b/app/Http/Controllers/SearchController.php @@ -64,6 +64,7 @@ class SearchController extends Controller public function index(Request $request, SearchInterface $searcher) { // search params: + $fullQuery = $request->get('search'); if(is_array($request->get('search'))) { $fullQuery = ''; }