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
the $property passed to the filterProperty function is 'regexp_$property' instead of the correct property only. This always bypasses the filter, because, apparently such a property (regex_...) is neither enabled, nor mapped. In addition, even if we skip the bypass, we have issues when using $property in queryBuilder andWhere expressions.
REGEXP expression is not functioning by default in symfony (apparently requires some extra bundle). Maybe use another example that works out of the box.
2 issues:
Finally, one side question:
Can anyone explain concisely how this logic operates? For some reason, I cannot enable a filter on toMany relationship, as this is always triggered.
The text was updated successfully, but these errors were encountered: