-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
Fully Compatible
-
ALL
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When using $neq within $pull in an update command, it gets parsed into $not: {$eq: {}}, but $not is not allowed as a top-level command when reparsing so an error happens.