You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Tomasz Kołodziejski (JIRA)" <ji...@apache.org> on 2014/02/08 11:59:19 UTC

[jira] [Updated] (COUCHDB-2056) startkey/endkey should be reported incompatible with key

     [ https://issues.apache.org/jira/browse/COUCHDB-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomasz Kołodziejski updated COUCHDB-2056:
-----------------------------------------

    Priority: Minor  (was: Major)

> startkey/endkey should be reported incompatible with key
> --------------------------------------------------------
>
>                 Key: COUCHDB-2056
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2056
>             Project: CouchDB
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>            Reporter: Tomasz Kołodziejski
>            Priority: Minor
>
> Sometimes you can get surprising results:
> _all_docs?key="1"&startkey="0"
> can be different from
> _all_docs?startkey="0"&key="1"
> Reason for that is that key is implemented as startkey+endkey and these are not meant to be used together.
> It would be nice to report it just as we report keys incompatibility with key/startkey/endkey.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)