search suggestions start

This commit is contained in:
merdan 2022-04-17 15:36:09 +05:00
parent 4d4c065d4a
commit 19ab7604ff
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class Products extends ProductController
if($products->count()){
$products->map(function ($item,$key) {
$item['type'] = 'product';
$item['suggestion_type'] = 'product';
return $item;
});