huggingface/Mongoku

Showing count of results

molie94 opened this issue · 1 comments

It seems that we cannot see the count of the result when we do a query.
The total number of document does not change and this seems to be a bug to me.
Is there a way to show the count of the results only for the queries?
For example the result of the query of the following does not change the 1 - 20 of $TOTAL Documents.
$TOTAL seems to be the same no matter what the query is.

db.getCollection('events').find({
timestamp: {
$gte: ISODate("2017-10-13T03:00:00.993Z"),
$lt: ISODate("2017-10-14T16:59:09.993Z")
}
}).count()

n1t0 commented

This has been fixed in the last release