> On Apr 21, 2015, at 11:57 PM, Alex Lai <[email protected]> wrote: > > I try to use view parameter in _changes > <http://developer.couchbase.com/mobile/develop/references/couchbase-lite/rest-api/database/get-changes/index.html> > rest api. I have set view in database and I have used query to confirm that > view works well, but when I use view parameter in _changes rest api, it does > not work, it will return all changes, what I want is just return me document > which is defined in view. Could some help me?
Sorry, that parameter isn’t implemented. :( (Some of the REST API docs were adapted from CouchDB’s, since our API is based on its. There are a couple of spots where we missed deleting some features that CouchDB supports that we don’t.) If you want to filter the changes, use the “filter” parameter and define a filter function. —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/B592C278-0977-441E-B77F-F74EE76F1AFF%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
