Skip to content

Commit 7c9658c

Browse files
Irene Smithkay-kim
authored andcommitted
Removed the part of the sentence that says that default values must not overlap the values for a bucket.
1 parent 58a9b60 commit 7c9658c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/includes/apiargs-pipeline-bucket-field.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ description: |
6161
``groupBy`` expression to a value within one of the bucket ranges
6262
specified by ``boundaries`` or the operation throws an error.
6363
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.
64+
The ``default`` value must be less than the lowest ``boundaries``
65+
value, or greater than or equal to the highest ``boundaries`` value.
6766
6867
The ``default`` value can be of a different
6968
:doc:`type </reference/bson-types>` than the entries in

0 commit comments

Comments
 (0)