> On Oct 24, 2014, at 3:47 AM, CouchbaseLover <[email protected]> wrote: > > You search for all wines in the Database without having to store every > wine(document), we are successful and the indexing with 3.0 is quite amazing.
It sounds like your app is querying Couchbase Server directly? How are you doing the query? > But the downside is that we still haven't managed to find a way to get > attachments with the search.(you need the document that has the attachment > synced down to the device searching to access attachment, i know) Send a GET to the Sync Gateway, for /db/docid/attachmentname (The Gateway has a documented REST API <http://developer.couchbase.com/mobile/develop/references/sync-gateway/rest-api/index.html>.) —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/4EAD55F7-BBC6-4A0B-971C-7C82B2BC86AC%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
