search suggestions start

This commit is contained in:
merdan 2022-04-17 13:19:44 +05:00
parent c879e202a7
commit 23698032bd
1 changed files with 1 additions and 1 deletions

View File

@ -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();