Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions source/includes/apiargs-pipeline-bucket-field.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ description: |
``groupBy`` expression to a value within one of the bucket ranges
specified by ``boundaries`` or the operation throws an error.

The ``default`` value cannot overlap with a bucket; i.e. must
be less than the lowest ``boundaries`` value or greater than the
highest ``boundaries`` value.
The ``default`` value must be less than the lowest ``boundaries``
value, or greater than or equal to the highest ``boundaries`` value.

The ``default`` value can be of a different
:doc:`type </reference/bson-types>` than the entries in
Expand Down