-
Type:
Task
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The AstFilter used in AstElemMatchFilter use the special `$elem` field name to represent the elements being matched.
But the server uses a special notation for `$elemMatch` filters which instead simply omits the field name.
The RewriteElemMatchFilter rewrites a filter using `$elem` to the form expected by the server.
RewriteElemMatchFilter is currently partially implemented, but needs to be completed.