I want to do order
queries[]={"method": "orderAsc", "values": ["$id"]}
This parameter is correct? Cause nothing happened
I believe it would be
queries[0]={"method":"orderAsc", "attribute":"$id"}
Basing that off this code here
https://github.com/appwrite/sdk-for-web/blob/main/src/query.ts#L186-L196
Okay, thank's it's work
[SOLVED] How to do order by on REST?
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)