ClientEncryption.encryptExpression needs to be documented. It performs the same operations as the corresponding driver/libmongocrypt helper and has the same experimental/preview status as it.
In mongosh, the signature is .encryptExpression(keyId, expression, options) in order to match the .encrypt(keyId, value, options) signature.
ClientEncryption.encryptExpression needs to be documented. It performs the same operations as the corresponding driver/libmongocrypt helper and has the same experimental/preview status as it.
In mongosh, the signature is .encryptExpression(keyId, expression, options) in order to match the .encrypt(keyId, value, options) signature.