Open
Description
I don't want report a bug, I just want request two features that are very important for me:
- find max, e.g.
.findDocuments({$max:'fieldName'})
- get sum, e.g.
.sum(fieldName)
- order results by a field, e.g.
.sort('fieldname', 'DESC')
Is it possible to implement such functions? I can workaround the sum() query, but I cannot workaround the $max query...
Metadata
Metadata
Assignees
Labels
No labels