LexikFormFilterBundle
LexikFormFilterBundle copied to clipboard
Added built-in array support for EntityFilterType
Adds built-in array support for EntityFilterType. These were previously ignored by the filter.
Tangentially related to #318, as I was using ChoiceFilterType when using EntityFilterType with multiple set to true.
Is this planned to be applied?
I proposed a PR #366 , that maybe solves the problem addressed here in another way. My PR solves the architectural reason, why arrays as Parameters cannot be used, but ArrayCollections do. So instead of casting an array value to ArrayCollection, my PR directly allows arrays of values for parameters given to for example in() expressions.