|
@ -78,6 +78,7 @@ class SearchController extends Controller |
|
|
break; |
|
|
break; |
|
|
default: |
|
|
default: |
|
|
$msg = "You fucked up somehow!"; |
|
|
$msg = "You fucked up somehow!"; |
|
|
|
|
|
} |
|
|
$results = $results::sortable()->paginate(10); |
|
|
$results = $results::sortable()->paginate(10); |
|
|
return('search.results')->with($results); |
|
|
return('search.results')->with($results); |
|
|
} |
|
|
} |
|
|