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
ID filtering .id is broken since Agrest 5.x, but the same thing can be achieved by filtering on the relationship itself:
.entity1 in (1,2,3)
instead of
.endity1.id in (1,2,3)
This must be reflected in the documentation.
The text was updated successfully, but these errors were encountered:
ID filtering .id is broken since Agrest 5.x, but the same thing can be achieved by filtering on the relationship itself:
.entity1 in (1,2,3)
instead of
.endity1.id in (1,2,3)
This must be reflected in the documentation.
The text was updated successfully, but these errors were encountered: