search suggestions start
This commit is contained in:
parent
c879e202a7
commit
23698032bd
|
|
@ -126,7 +126,7 @@ class Products extends ProductController
|
|||
$queries = explode(' ', $key);
|
||||
|
||||
$brands = $brandRepository->getModel()::search($key)
|
||||
->where('status',1)
|
||||
// ->where('status',1)
|
||||
// ->orderBy('name','asc')
|
||||
->take(10)
|
||||
->get();
|
||||
|
|
|
|||
Loading…
Reference in New Issue