It would be nice, if it would possible to get decrypted data by using Collection.find and not only Collection.findOne and to use parameters on encrypted fields (e.g. $regex or {fieldName: "blah"}).
A use-case would be e.g. a password manager, because there you have more than one document to fetch and display.
It would be nice, if it would possible to get decrypted data by using Collection.find and not only Collection.findOne and to use parameters on encrypted fields (e.g. $regex or {fieldName: "blah"}).
A use-case would be e.g. a password manager, because there you have more than one document to fetch and display.