You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/16 18:06:08 UTC

[GitHub] [couchdb] wohali commented on issue #2669: Expose MD5 or some kind of standard hash function to be used inside a map function, which will allow easy comparsion of deep nested objects ?

wohali commented on issue #2669: Expose MD5 or some kind of standard hash function to be used inside a map function, which will allow easy comparsion of deep nested objects ?
URL: https://github.com/apache/couchdb/issues/2669#issuecomment-599683611
 
 
   @anuragvohraec With couchjs you can include other JavaScript modules. In CouchDB 3.0.0 on certain platforms you have access to ES2015 and some ES6 features.
   
   So, just pull a JavaScript module for a hash function into your view using CommonJS. See: https://docs.couchdb.org/en/stable/query-server/javascript.html#commonjs-modules
   
   You should be able to adapt publicly available code for this easily. We won't be adding this functionality natively.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services