the orderBy is not working [adonis v6] #4411
Unanswered
amir-mohammad-HP
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have a model and that has a order column inside, this model is working but when i try to index the model with an specific ordering like by "id" or by "order" column , it does not work as expected and the paginated response is the default ordering
also if i do not paginate and try to get first item the result would be the same and it return the first value by default order
Beta Was this translation helpful? Give feedback.
All reactions