We are doing a partial match with $regex expression with $match in the aggregation pipeline and returning results matching with the regex on name, mobile, and email. We want to do encryption for mobile and email with automatic FLE provided by MongoDB.
is there any way to achieve this ?, because $exps and $regex are not supported in FLE as per the documents.