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
support for nested attributes filtering (dot-separated), for example filter=[{"name": "owner_id.group_id.name", "op": "ilike", "val": "spam%"}] - here we have some Thing with relationship on owner_id to a User with relationship on group_id to a Group with an attribute name