mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Strict comparisons.
This commit is contained in:
@@ -51,6 +51,10 @@ class SearchController extends Controller
|
||||
*/
|
||||
public function index(Request $request, SearchInterface $searcher)
|
||||
{
|
||||
$query = $request->get('q');
|
||||
|
||||
return view('search.index',compact('query'));
|
||||
|
||||
// yes, hard coded values:
|
||||
$minSearchLen = 1;
|
||||
$limit = 20;
|
||||
|
Reference in New Issue
Block a user