-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
Refactor AstFilter classes to support $not with filter operators.
The goal is to be able represent filters like:
{ a : { $not : { $size : 3 } } }
in the AST.
- is depended on by
-
CSHARP-3473 LINQ3: Get PredicateTranslatorTests to pass
- Closed