EasyAdminExtensionBundle icon indicating copy to clipboard operation
EasyAdminExtensionBundle copied to clipboard

Dispatch custom event on filterQueryBuilder

Open YosraHamza opened this issue 7 years ago • 0 comments

Hello, Thanks for the great bundle.

I was thinking about adding some cases to the list filterQueryBuilder or changing the generated dql string, for example if a custom event ( something like BEFORE_FILTER_FIELD ) is called with the filter field data before applying the dql part to the query builder so that I can format the value before applying it or call some sql functions in the dql string in my event listener. Is that possible ?

YosraHamza avatar Dec 22 '18 05:12 YosraHamza