Are there any plans to change sort to support multiple fields? #3972
SimYunSup
started this conversation in
Feature Requests & Ideas
Replies: 2 comments 3 replies
-
Yes, this should be pretty easy to handle in our postgres and mongodb adapters. Not only should defaultSort, we'll also need to make it so that multiple sort is possible with REST, GraphQL and the local API. I can't think of a workaround to try with how it is written currently. We can take this one up now that the database implementations are in a good spot. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This is a duplicate of #2089, we should consolidate for the upvotes! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, mongoose and drizzle-form support multiple field sort, but defaultSort in payload only allows me to put one field. Do you have any plans to support this, or is there a workaround to allow us to put multiple fields in?
Beta Was this translation helpful? Give feedback.
All reactions