diff --git a/config/scout.php b/config/scout.php index b805f13c6..c73706702 100644 --- a/config/scout.php +++ b/config/scout.php @@ -41,7 +41,7 @@ return [ | */ - 'queue' => env('SCOUT_QUEUE', true), + 'queue' => env('SCOUT_QUEUE', false), /* |-------------------------------------------------------------------------- diff --git a/packages/Sarga/Shop/src/Repositories/ProductRepository.php b/packages/Sarga/Shop/src/Repositories/ProductRepository.php index 210f9a498..b71f93ca6 100644 --- a/packages/Sarga/Shop/src/Repositories/ProductRepository.php +++ b/packages/Sarga/Shop/src/Repositories/ProductRepository.php @@ -480,7 +480,7 @@ class ProductRepository extends WProductRepository $results = app(ProductFlatRepository::class)->getModel()::search(implode(' OR ', $queries), function($meilisearch, $query, $options) use ($term, $channel, $locale){ - $options['filter'] = "(locale = $locale) AND (channel = $channel)"; +// $options['filter'] = "(locale = $locale) AND (channel = $channel)"; $options['sort'] = ['name:asc']; # sort direction