-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Querying
-
Fully Compatible
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
This match type presumably corresponds to the $nin query operator. However, the MatchExpression parser rewrites $nin to a NOT expression node with an IN child. Therefore, the NIN match type is not used, and should be deleted.
- links to