We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a9b60 commit 7c9658cCopy full SHA for 7c9658c
source/includes/apiargs-pipeline-bucket-field.yaml
@@ -61,9 +61,8 @@ description: |
61
``groupBy`` expression to a value within one of the bucket ranges
62
specified by ``boundaries`` or the operation throws an error.
63
64
- The ``default`` value cannot overlap with a bucket; i.e. must
65
- be less than the lowest ``boundaries`` value or greater than the
66
- highest ``boundaries`` value.
+ The ``default`` value must be less than the lowest ``boundaries``
+ value, or greater than or equal to the highest ``boundaries`` value.
67
68
The ``default`` value can be of a different
69
:doc:`type </reference/bson-types>` than the entries in
0 commit comments