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
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?
- Provider not enabled in Dotnet project
# Bug Report: Appwrite .NET SDK `CreateOAuth2Token` → `project_provider_disabled` ## Issue Using **Appwrite .NET SDK (v3.1.0)**, `CreateOAuth2Token` for Googl...