You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/08/29 09:59:04 UTC

[GitHub] dennislaupman opened a new issue #59: end_key and nano

dennislaupman opened a new issue #59: end_key and nano
URL: https://github.com/apache/couchdb-nano/issues/59
 
 
   Hi,
   
         this.db.view('message', 'by_profile_id', {limit: 50, key: [profileId],  end_key:[profileId, {}]  }, (err, body) => {
   
   Send this to couchdb:
   
   GET /messages/_design/message/_view/by_profile_id?limit=50&key=%5B%2243e89ff24c5285b5d3d4cadd87062871%22%5D&end_key%5B0%5D=43e89ff24c5285b5d3d4cadd87062871 200 ok 1
   
   As you can see the end_key:[profileId, {}]  is totally messed up.
   Is there a work around for this?
   
   Thanks!
   
   
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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