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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
@apiParam (Query) {String} [filter[profile.name]] Filter surname on profile
I know the dot is reserved for grouping field names, however this should not be necessary at the array notation like in this example. It would be helpful to have an escape character (backslash) like:
@apiParam (Query) {String} [filter[profile\.name]] Filter surname on profile
Is this possible? Example URL for this use-case:
.../user?filter[profile.name]=John
banyudu, peterkuiper, EmilEriksen, cypris75, frankteller-de and 3 more