diff --git a/packages/Sarga/API/Http/Controllers/SearchController.php b/packages/Sarga/API/Http/Controllers/SearchController.php index 32c31a24d..bfe31db7e 100644 --- a/packages/Sarga/API/Http/Controllers/SearchController.php +++ b/packages/Sarga/API/Http/Controllers/SearchController.php @@ -80,7 +80,7 @@ class SearchController extends Controller ->where('channel', $channel) ->where('locale', $locale) ->take(10) - ->query(fn ($query) => $query->select('id','name','product_id') + ->query(fn ($query) => $query->select('id','name','product_id','description') // ->addSelect(DB::raw("\'product\' as type" )) ->orderBy('name')) ->get();