search refactor

This commit is contained in:
merdan 2023-08-15 13:17:16 +05:00
parent 6be965e63b
commit f29c083cd1
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ class ProductRepository extends PRepository
$qb = app(ProductFlatRepository::class)->getModel()::search(implode(' OR ', $queries))
->where('status', 1)
// ->where('status', 1)
->where('visible_individually', 1)
->where('channel', $channel)
->where('locale', $locale)