search suggestions start
This commit is contained in:
parent
5a6e2ec38a
commit
975ea96bcf
|
|
@ -143,7 +143,7 @@ class Products extends ProductController
|
|||
->where('locale', $locale)
|
||||
->orderBy('product_id', 'desc')
|
||||
->take(10)
|
||||
->get();
|
||||
->get('name');
|
||||
|
||||
return $products;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue