search refactor
This commit is contained in:
parent
f29c083cd1
commit
3518b48425
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue