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
i have use this framework on my android : https://github.com/couchbaselabs/GrocerySync-Android bu i do not know how to query my database (views). such as in sql:select *from user where userName = 'wade' and sore > 75? how to work it on couchbaselabs???
Jens Alfke
unread,
Sep 26, 2014, 11:40:16 AM9/26/14
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
In your example you would create a map function that calls emit([doc.userName, doc.score], null), and the query would set the startKey to ["wade", 76] and endKey to ["wade", {}].