Partial fix for #3840

This commit is contained in:
James Cole
2020-09-23 19:29:10 +02:00
parent fc157b2944
commit 5f5346ed71
4 changed files with 7 additions and 4 deletions

View File

@@ -113,6 +113,7 @@ class SearchController extends Controller
$parameters = ['search' => $fullQuery];
$url = route('search.index') . '?' . http_build_query($parameters);
$groups->setPath($url);
try {
$html = view('search.search', compact('groups', 'hasPages', 'searchTime'))->render();
// @codeCoverageIgnoreStart