search suggestions start

This commit is contained in:
merdan 2022-04-16 20:50:42 +05:00
parent 5a6e2ec38a
commit 975ea96bcf
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class Products extends ProductController
->where('locale', $locale)
->orderBy('product_id', 'desc')
->take(10)
->get();
->get('name');
return $products;