oh! it's not supported? But it says it is supported here:
http://developer.couchbase.com/mobile/develop/references/couchbase-lite/rest-api/database/get-changes/index.html#request Am I misreading? So do I need to create my own view filter to be able to implement such a functionality? slim On Tuesday, May 27, 2014 10:29:22 AM UTC-4, Jens Alfke wrote: > > > On May 26, 2014, at 6:20 PM, Seung Chan Lim <[email protected]<javascript:>> > wrote: > > 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 > > > It’s probably telling you it can’t find the filter. The filter name has to > be prefixed with the design document name and a slash. > > Also, FYI, Couchbase Lite doesn’t support the doc_ids parameter to a > _changes request. (It will just ignore it and send you all changes.) > > —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/62432335-d3da-4cd3-b760-654d47b0052c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
