Sorting included relationships #285
glonaldo70
started this conversation in
Ideas
Replies: 1 comment
-
Hi @glonaldo70, It is currently not possible to sort included relationships. I'm marking the issue as "enhancement" for later implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Something like this
....ebove filtrer,
"includes": [
{
"relation": "messages",
"sort": [
{
"field": "created_at",
"direction": "desc"
}
]
}
]
i want to get all message of user sorted. i can not go through message controller directly, i have to pass to user before
Beta Was this translation helpful? Give feedback.
All reactions