[
https://issues.apache.org/jira/browse/COUCHDB-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13895512#comment-13895512
]
Tomasz KoĆodziejski commented on COUCHDB-2056:
----------------------------------------------
This one is certainly related:
https://issues.apache.org/jira/browse/COUCHDB-2053
> 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)