search refactor
This commit is contained in:
parent
6be965e63b
commit
f29c083cd1
|
|
@ -527,7 +527,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('status', 1)
|
||||||
->where('visible_individually', 1)
|
->where('visible_individually', 1)
|
||||||
->where('channel', $channel)
|
->where('channel', $channel)
|
||||||
->where('locale', $locale)
|
->where('locale', $locale)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue