Details
-
Type:
Story
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: documentation
-
Security Level: Public
-
Labels:None
Description
The page http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-views-writing-querying-selection.html#couchbase-views-writing-querying-selection-partial explain how to select document using a range query.
We are mentionning this example:
?startkey="almond"&endkey="almond\u0000"
This is not correct since it looks like it the first character \u0000 of the unicode we should either use \u02ad or \uefff
see
http://blog.couchbase.com/understanding-letter-ordering-view-queries
We are mentionning this example:
?startkey="almond"&endkey="almond\u0000"
This is not correct since it looks like it the first character \u0000 of the unicode we should either use \u02ad or \uefff
see
http://blog.couchbase.com/understanding-letter-ordering-view-queries
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews