[MB-7722] Doc: "Views Selecting Information" is not correct regarding range queries Created: 12/Feb/13 Updated: 18/Feb/13 Resolved: 18/Feb/13 |
|
| Status: | Resolved |
| Project: | Couchbase Server |
| Component/s: | documentation |
| Affects Version/s: | 2.0 |
| Fix Version/s: | None |
| Security Level: | Public |
| Type: | Story | Priority: | Major |
| Reporter: | Tug Grall | Assignee: | MC Brown |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| 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 |
| Comments |
| Comment by Tug Grall [ 12/Feb/13 ] |
| This issue is coming from the forum http://www.couchbase.com/forums/thread/partial-selection-and-key-ranges |
| Comment by MC Brown [ 18/Feb/13 ] |
| I've updated the documentation |