On May 27, 2014, at 8:03 AM, Seung Chan Lim <[email protected]> wrote:
> 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? I'm sorry, those docs are wrong -- they look like they were based on the CouchDB API documentation, but Couchbase Lite doesn't support all of those parameters. Looking at the iOS source, the supported options are: feed, include_docs, style, limit, since, filter Plus the general options for use with include_docs: attachments, local_seq, conflicts, revs, revs_info > So do I need to create my own view filter to be able to implement such a > functionality? Yeah, it would be easy to write a filter that passed only a set of document IDs specified in a parameter. --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/22FA4E3D-4852-4C5B-8E1A-62B4D16B54F9%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
