You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: