search refactor3
This commit is contained in:
parent
1e4b2d6e71
commit
2b7d8b1e5f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue