Details
-
Task
-
Resolution: Won't Do
-
Major - P3
-
None
-
None
-
None
Description
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.