Closed sridaradappt closed 4 years ago
As a workaround, i tried using the method which is mentioned for "Search over encrypted fields" and I was able to make this work.
As a workaround, i tried using the method which is mentioned for "Search over encrypted fields" and I was able to make this work.
can we do search with partial data of encrypted field like populating contacts based on search input while name and number are encrypted. Please let me know if any example available with node.js
Using model.findOne({fieldname: fieldvalue}) doesn't return results if the fieldName is an encrypted field. Any idea to how to get the document ?
But using model.findOne({_id: docId}) returns data.
Need help