All Downloads are FREE. Search and download functionalities are using the official Maven repository.

push-server-common.design-docs.account-design.json Maven / Gradle / Ivy

{
   "_id": "_design/account",
   "language": "javascript",
   "views": {
       "byEmailAddress": {
           "map": "\nfunction(doc) {\n  if (doc.entityType == 'account' && doc.entity.emailAddress) {\n    emit(doc.entity.emailAddress, null);\n  }\n}"
       }
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy