pimcore / ecommerce-framework-bundle

Ecommerce Framework community bundle provides e-commerce functionality such as product listing and filtering, pricing, carts and checkouts for Pimcore.
https://pimcore.com/docs/platform/Ecommerce_Framework/
Other
11 stars 33 forks source link

Update MultiSelectFromMultiSelect filter for ElasticSearch #213

Closed AlternateIf closed 4 days ago

AlternateIf commented 1 week ago

$this->getPreSelect($filterDefinition) may return null and thus making $value = explode(',', $preSelect); fail

this PR fixes this behaviour