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 2018/03/08 01:26:04 UTC

[GitHub] adamsaeid commented on issue #56: Added support for multiple view queries

adamsaeid commented on issue #56: Added support for multiple view queries
URL: https://github.com/apache/couchdb-nano/pull/56#issuecomment-371345625
 
 
   I've been having a go at creating some tests for this [over here](https://github.com/adamsaeid/couchdb-nano/tree/multi-view-queries) 
   
   I'll try and complete this at some point over the next few days - I still need to add some mocks.
   
   There's one thing which I'm not sure is an issue or not. This is the response returned in the callback when using multiple queries:
   `{"results":[\r\n{"total_rows":3,"offset":1,"rows":[\r\n{"id":"p_nuno","key":["Nuno","London"],"value":"p_nuno"}\r\n]},\r\n{"id":"p_randall","key":["Randall","San Francisco"],"value":"p_randall"}\r\n]}\r\n]}\n'`
   
   I would have expected an object to be returned, instead of a string, so I'll have a closer look at this.

----------------------------------------------------------------
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