-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom order
conditions
#149
Comments
We will be adding ordering on user-defined fields. They're not implemented yet because the values are stored in the database as JSON and we wouldn't be able to efficiently order the rows. The data is stored in the |
Do y'all have a public roadmap for when some of these things will be added? Only ordering by |
Any update on this? This is a complete blocker for our use case, and I imagine many others. We have collections that contain many thousands of values and cannot reasonably be sorted in memory – let alone handling pagination, etc. |
Hey team! Since we launched strong types yesterday, You can follow along in this PR: #564 |
Currently, sorting is only supported based on the internal field
serverCreatedAt
. Will custom field sorting be added in the future?And multi-field sorting?
The text was updated successfully, but these errors were encountered: