If a 404 means that the id specified in the doc_ids is not an id of any existing doc, is there a way to have it wait until such a document exists and then notify me?
On Monday, May 26, 2014 9:20:45 PM UTC-4, Seung Chan Lim wrote: > > Hi all, > > I'm making a request to couchbase lite on phonegap to get a continous feed > filtered by a doc id. But I'm getting back a 404! > > > http://lite.couchbase./status32/_changes?feed=continuous&include_docs=true&filter=_doc_ids&doc_ids=%4B%22uuid%22%5D > > I've tried not escaping the doc_ids value so it goes in like ["uuid"] but > same 404. > > If I remove the filter and doc_ids parameter it works fine. > > What am I doing wrong? > > slim > > -- 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/7de9fb61-e139-4ee6-881a-1e0317afcc05%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
