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 defined two resources "people" and "countries" with "people" containing a "data_relation' field of "countries" resource. When I query people as follows, the response doesn't contain any resources even though there should be some satisfying the criteria.
The documentation at https://docs.python-eve.org/en/stable/features.html#filtering
explicitly mentions that filtering on embedded documents is possible. I can debug this further and provide a fix (if required) so any pointers to the relevant code are appreciated.
Expected Behavior
I defined two resources "people" and "countries" with "people" containing a "data_relation' field of "countries" resource. When I query people as follows, the response doesn't contain any resources even though there should be some satisfying the criteria.
Environment
The text was updated successfully, but these errors were encountered: