Details
Description
The Python SDK currently doesn't seem to support _all_docs at the moment.
I remember that it was possible in the past with something like `.view("_all_docs")`, but I think this is the wrong way to do it. _all_docs should really have its own method. The reasons are:
- _all_docs and Views are a different thing, this should not be hidden to the user
- _all_docs uses raw collation and not Unicode collation as Views do
- I'm not sure about this one, but it could be the case, that _all_docs also contains not yet persisted items (as opposed to views).
I remember that it was possible in the past with something like `.view("_all_docs")`, but I think this is the wrong way to do it. _all_docs should really have its own method. The reasons are:
- _all_docs and Views are a different thing, this should not be hidden to the user
- _all_docs uses raw collation and not Unicode collation as Views do
- I'm not sure about this one, but it could be the case, that _all_docs also contains not yet persisted items (as opposed to views).
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
Matt Ingenthron
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Matt Ingenthron [ ingenthr ] | Mark Nunberg [ mnunberg ] |
Mark Nunberg
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 1.0 Beta [ 10214 ] | |
| Resolution | Won't Fix [ 2 ] |