diff --git a/packages/Sarga/API/Http/Controllers/SearchController.php b/packages/Sarga/API/Http/Controllers/SearchController.php index 1c2adb588..29517ce2b 100644 --- a/packages/Sarga/API/Http/Controllers/SearchController.php +++ b/packages/Sarga/API/Http/Controllers/SearchController.php @@ -70,7 +70,8 @@ class SearchController extends V1Controller $locale = core()->getRequestedLocaleCode(); $products = $this->productFlatRepository->getModel()::search(implode(' OR ', $key)) - ->where('locale', $locale) +// ->where('channel', $channel) +// ->where('locale', $locale) ->take(10) ->query(fn ($query) => $query->select('id','name','product_id','description') ->where('status', 1)