added removed condtion for multiselect serach
This commit is contained in:
parent
e723eb0872
commit
fec96337c0
|
|
@ -242,7 +242,7 @@ class ProductRepository extends Repository
|
|||
// $attributeValueQuery->orWhereRaw("find_in_set(?, {$column})", [$filterValue]);
|
||||
// }
|
||||
|
||||
$attributeValueQuery->whereIn($column, $filterInputValues);
|
||||
$attributeValueQuery->orWhereRaw("find_in_set(?, {$column})", [$filterInputValues]);
|
||||
});
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue