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
Nested sorting joins the specified associations. If any of those associations are optional and do not have values, that causes those results to be removed.
Possible solutions:
always use left outer joins for nested sorts
evaluate the association and use left outer joins when it is optional
The text was updated successfully, but these errors were encountered:
Nested sorting joins the specified associations. If any of those associations are optional and do not have values, that causes those results to be removed.
Possible solutions:
The text was updated successfully, but these errors were encountered: