Update search, update matching

This commit is contained in:
DariusIII
2019-01-21 11:27:47 +01:00
parent f62188ecf5
commit 26bb14e290
7 changed files with 39 additions and 24 deletions
@@ -19,7 +19,7 @@ class PredbController extends BasePageController
if ($request->has('presearch')) {
$lastSearch = $request->input('presearch');
$parr = Predb::getAll($request->input('presearch'));
$parr = Predb::getAll(array_wrap($request->input('presearch')));
} else {
$lastSearch = '';
$parr = Predb::getAll();