> On Aug 26, 2014, at 10:07 AM, Ami Kapadia <[email protected]> wrote: > > Now is there any way so that I can fetch multiple records from array of _ids? > I have tried following code but seems not working. > • var array1 = ["1","2"]; > • config.db.get(array1, function(err, doc){…})
What JS library are you using? Have you consulted its documentation? What unexpected results do you get from the call above? BTW if you add the ?include_docs=true URL param when querying a view, you'll get the document bodies inline along with the rows. —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/D521492D-09CC-4D9F-B7C8-30DE7DDED83B%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
