search refactor3

This commit is contained in:
merdan 2023-08-15 13:34:30 +05:00
parent 1e4b2d6e71
commit 2b7d8b1e5f
1 changed files with 1 additions and 1 deletions

View File

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