search fix
This commit is contained in:
parent
c4fe40ebe6
commit
a9015ac8a5
|
|
@ -69,7 +69,7 @@ class SearchController extends V1Controller
|
|||
|
||||
$locale = core()->getRequestedLocaleCode();
|
||||
$products = $this->productFlatRepository->getModel()::search(implode(' OR ', $key))
|
||||
->where('locale', $locale)
|
||||
// ->where('locale', $locale)
|
||||
|
||||
// ->addSelect(DB::raw("\'product\' as type" ))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue