Skip to content

Commit

Permalink
doc: updated doc for per partition limit
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Oct 8, 2020
1 parent 7198e45 commit 1fee660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/find.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var query = {
$orderby: { '$asc' :'age' },
// group results by a certain field or list of fields
$groupby: [ 'age' ],
//limit the result set to 10 rows
//limit the result set to 10 rows, $per_partition_limit is also supported
$limit: 10
}

Expand Down

0 comments on commit 1fee660

Please sign in to comment.