Extra features such as sum and group are needed for Appwrite Query. Is there a plan for this or could these features come in future versions?
Or how can I solve these problems like creating a view in the database?
Hi,
You might want to see this https://github.com/appwrite/appwrite/discussions/3545 It is hard to say the exact time when we introduce new queries but you can leave your thoughts here.
For now you can use sum() from listDocuments, which is capped at 5000.
If you need exact count, you can write a function that runs every t minutes, and it paginates over all the documents. That will give you exact count.
Recommended threads
- after using the coding agents its code b...
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...