Details
-
Task
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
-
Query Optimization
Description
This ticket is to add server-side rewrite and query analysis support for comparisons to encrypted fields in $project. For example, we should allow the following simplistic pipeline:
{$project: {isOneTwoThree: {$eq: ["$encryptedStr", "123"]}}}
Also in this ticket we should consider adding support for references to encrypted fields in find projections.