-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
There may already be a way to deduce this from the cursor, I'm not sure, but it would be really nice if the minquery.All function would also return some meta-data about the result set such as the total number of pages matching the query criteria along with the current page that is represented in the returned slice of results. This can be accomplished currently by running a second mgo.Find to simply count the data set, and to pass the current page number back and forth with the client, but that seems "ugly". Maybe there's already a better way to do that, I don't know.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels