added removed condtion for multiselect serach

This commit is contained in:
rahul shukla 2020-12-29 20:35:37 +05:30
parent e723eb0872
commit fec96337c0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {