Details
-
Typo
-
Resolution: Fixed
-
Trivial - P5
-
None
Description
In example at
https://docs.mongodb.com/manual/reference/operator/aggregation/setWindowFields/#range-window-example
{ "_id" : 5, "type" : "strawberry", "orderDate" : ISODate("2019-01-08T06:12:03Z"),
|
"state" : "WA", "price" : 43, "quantity" : 134, "quantityFromSimilarOrders" : 112 }
|
quantityFromSimilarOrders should be changed from 112 to 134