-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I am trying to use the ?filter rest method, in order to query on nested properties. However, this doesn't seem to work:
/someResource?filter[where][field.subField][like]=abc
neither does this (which I think is wrong anyway):
/someResource?filter[where][field][subField][like]=abc
Any hints?
Reactions are currently unavailable