As i told previously in this thread, we are searching directly to Couchbase Server. So when we search for users for example, we do not store the result (DOCUMENTS) on the device. <- This is fully working!
Now i also want to get all the RELATED data to that user(document) that i search for. Is that also unclear? Of course i get the data that is "static" like -- type:user age: 30 <- static gender: male <- static -- friend: 12ASDER431231AD <- Document ID that is also a user document. How do i get that document id's static info within that one search? This works perfectly in Couchbase Lite when they are both in the same channel (the user and the friend), how do you do it here? Best Regards, CouchbaseLover Den fredagen den 21:e november 2014 kl. 00:56:23 UTC+1 skrev Jens Alfke: > > > On Nov 20, 2014, at 3:27 PM, CouchbaseLover <[email protected]> wrote: > > Now this works perfectly and you can see all the related document's > propertys and we have gotten this to work since alpha, but how do you > achieve this when searching like we are, so when you search you not only > search for a document but the related content as well. Like it would work > with Node.JS + Couchbase Server..how do you achieve this result with > Couchbase Lite? > > > I'm sorry, I really don't understand what you're asking. What do you mean > by "searching like we are", or "but the related content as well" or > "Node.JS + Couchbase Server"? > > —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/785d9e21-8810-4b9d-a2c8-4a757d78542e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
