ltonetwork / mongodb-rest

JSON REST server for MongoDB (using node.js)
MIT License
405 stars 143 forks source link

Count result of query #43

Closed ArnaudValensi closed 5 years ago

ArnaudValensi commented 9 years ago

Is it possible to do a count on the query ?

Minstel commented 6 years ago

@ArnaudValensi I suppose you can just count the documents, that are returned as query result. The count operation itself is not supported currently.