Hi Jens! Thanks for your response. See Inline
What JS library are you using? Have you consulted its documentation? What unexpected results do you get from the call above? I am using coax library which is used here : https://github.com/couchbaselabs/TodoLite-PhoneGap/blob/master/js/index.js 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. I don't get what are you talking about. I am querying view like this : config.views(["getrecords_typewise", { startkey : "contact", endkey : "contact", descending : true }], function(err, view) { //?? }); Thanks! On Tue, Aug 26, 2014 at 10:56 PM, Jens Alfke <[email protected]> wrote: > > > 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. > -- 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/CALA2sAancXB%3DrtgOjf1p5rjN3ESeC%3DwF3V%2BO4Y-RGaR43OV8Uw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
