search refactor

This commit is contained in:
merdan 2023-08-15 13:18:00 +05:00
parent f29c083cd1
commit 3518b48425
1 changed files with 1 additions and 1 deletions

View File

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