Merge pull request #3599 from rahulcs0082/development
Issue #3591 fixed
This commit is contained in:
commit
496b97c98a
|
|
@ -184,7 +184,7 @@ class ProductRepository extends Repository
|
|||
foreach ($attributeFilters as $attribute) {
|
||||
$filterQuery->orWhere(function ($attributeQuery) use ($attribute) {
|
||||
|
||||
$column = 'product_attribute_values.' . ProductAttributeValueProxy::modelClass()::$attributeTypeFields[$attribute->type];
|
||||
$column = DB::getTablePrefix() . 'product_attribute_values.' . ProductAttributeValueProxy::modelClass()::$attributeTypeFields[$attribute->type];
|
||||
|
||||
$filterInputValues = explode(',', request()->get($attribute->code));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue