-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: Needs Triage
-
Component/s: Querying
-
None
GeoMatchExpression::equivalent and GeoNearMatchExpression::equivalent currently compares the raw BSON objects (_rawObj), which does not equate to fully-correct equivalence between the match expressions. We should implement equivalence in the fully-correct sense that the GeoExpression and GeoNearExpression (_query) are checked for full equivalence as well.
- related to
-
SERVER-16912 Complete the implementation of GeoMatchExpression::equivalent()
- Closed