mongoose-sort-encrypted-field
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "mongoose-sort-encrypted-field", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Mongoose plugin to enable sorting on encrypted fields", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ # mongoose-sort-encrypted-field | ||
We are having user with encrypted email | ||
We are having user with encrypted email, We just need to add `sortFieldName` option to that field | ||
@@ -16,0 +16,0 @@ ```javascript |
13821