wohali commented on issue #1395: query view with multiple key values, but get 
wrong result
URL: https://github.com/apache/couchdb/issues/1395#issuecomment-398624368
 
 
   No, this is valid.
   
   `["2018-06-19T09:16:47,527","stage"] > ["2018-06-19T09:16:47,527", "ods"]` 
(try it in a JavaScript console!) and since you specified `descending=true`, 
the key is emitted.
   
   You can avoid emitting that key by changing your view code, or specifying a 
startkey of something like `["2018-06-19T09:16:47,527","aaa"]`.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to