[RCBC-89] make sure include_docs is "logical" Created: 05/Nov/12 Updated: 13/Nov/12 Resolved: 12/Nov/12 |
|
| Status: | Closed |
| Project: | Couchbase Ruby client library |
| Component/s: | library |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.0.z.beta4 |
| Security Level: | Public |
| Type: | New Feature | Priority: | Major |
| Reporter: | Matt Ingenthron | Assignee: | Sergey Avseyev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Currently, include_docs fetches the doc from the view. This needs to change so the doc is fetched from the cache, so it's a "logical" include docs. This would mean that the docs can be out of sync w.r.t. the view, but that's an inconsistency we can live with.
|