-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
v4.4
-
Query 2020-12-14
Equality ($eq) was previously omitted from the queryOperatorMap because it is was used as the default return value for the MatchExpressionParser::parsePathAcceptingKeyword method when an operator was not recognized. Since then MatchExpressionParser::parsePathAcceptingKeyword has been modified to return a boost::optional and we can now differentiate.
As part of this work we should also remove the TODO for SERVER-19565 which called out the above omission.
- is related to
-
SERVER-19565 BSONElement::getGtLtOp() should include all query operators
- Closed