LexikFormFilterBundle icon indicating copy to clipboard operation
LexikFormFilterBundle copied to clipboard

Added built-in array support for EntityFilterType

Open snebes opened this issue 6 years ago • 2 comments

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.

snebes avatar Sep 25 '19 15:09 snebes

Is this planned to be applied?

Thinker-as avatar Feb 10 '21 08:02 Thinker-as

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.

spackmat avatar Feb 04 '23 10:02 spackmat