-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Querying
-
Fully Compatible
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