On May 26, 2014, at 6:20 PM, Seung Chan Lim <[email protected]> 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/564F20A6-22CA-4A89-AA33-A13A22E5565E%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
