update 1.0.8.0
Commits for version update
This commit is contained in:
@@ -95,7 +95,7 @@ class UserController extends Controller
|
||||
->orWhere('slug', 'LIKE', '%'.$search.'%')
|
||||
->orWhere('description', 'LIKE', '%'.$search.'%')
|
||||
->paginate($pagination);
|
||||
$result->setPath('search');
|
||||
$result->setPath('search?s='.$search);
|
||||
$categorys = $category->get();
|
||||
|
||||
return view('themes.default1.client.kb.article-list.search', compact('categorys', 'result'));
|
||||
|
Reference in New Issue
Block a user