You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobile-c...@googlegroups.com
How do I enable include_docs when querying Couchbase via CouchCocoa? e.g. when I call [designDocument queryViewNamed:@"myView"] how can I turn include_docs on?
Thanks, --Dave
Jens Alfke
unread,
Nov 11, 2011, 10:11:00 PM11/11/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobile-c...@googlegroups.com
On Nov 11, 2011, at 6:26 PM, Dave Feldman wrote:
How do I enable include_docs when querying Couchbase via CouchCocoa? e.g. when I call [designDocument queryViewNamed:@"myView"] how can I turn include_docs on?
Set the CouchQuery’s .prefetch property to YES.
—Jens
Dave
unread,
Nov 13, 2011, 4:14:15 PM11/13/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mobile Couchbase
Thanks! (Sheepish grin as I should have found that in the docs
myself...)