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
If I use a GET to /users, the sorting works as expected and the ORDER BY is seen in the SQL output to the logs. However, if I use a GET to /groups the users array will be sorted by the Id and not using the default sort given.
Please offer suggestions for work-around or to fork and fix.
Thanks!
The text was updated successfully, but these errors were encountered:
When I have the following setup:
If I use a GET to /users, the sorting works as expected and the ORDER BY is seen in the SQL output to the logs. However, if I use a GET to /groups the users array will be sorted by the Id and not using the default sort given.
Please offer suggestions for work-around or to fork and fix.
Thanks!
The text was updated successfully, but these errors were encountered: