-
Type: Investigation
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
-
Original Downstream Change Summary
The aggregation stage $geoNear now allows the 'minDistance' and 'maxDistance' arguments to be constant expressions that evaluate to a number (previously only a double was allowed).
Description of Linked Ticket
The minDistance and maxDistance parameters are only allowed to be a constant numbers right now. We can loosen the restriction to allow any expression as long as they evaluate to a number
https://www.mongodb.com/docs/manual/reference/operator/aggregation/geoNear/
- depends on
-
SERVER-75557 Allow minDistance and maxDistance parameters in $geoNear pipeline stage to take expressions
- Closed