Thaina Yu created COUCHDB-3086: ---------------------------------- Summary: What is the highest possible value for key in view map? Key: COUCHDB-3086 URL: https://issues.apache.org/jira/browse/COUCHDB-3086 Project: CouchDB Issue Type: Question Components: Build System Reporter: Thaina Yu
Suppose I have composite array for creating a view map. And I want to query all object with the same first key So I use ?startKey=["someKey"] But what is the highest endKey I could use? I may use endKey=["someKey",{}]. But will {} be larger than { someOtherKey=0 } ? If not then what can I use? -- This message was sent by Atlassian JIRA (v6.3.4#6332)