For a matter of consistency with the replicator, I would name the field as "doc_ids" instead of "docids".
All the rest seems fine to me. On Wed, Oct 13, 2010 at 4:24 PM, Benoit Chesneau <[email protected]> wrote: > Hi all, > > For a project I have to know each time a design doc change and for now > I have to create a filter function for each databases created to do > that. I think getting changes on specific docids is a common behavior > (see replication for example) so I thought to add the possibility to > filters changes on docids if a list of documents is passed in the > request. > > ex: > > POST /db/_changes > {"docids": ["id1", ..]} > > > Here is the patch that allows that feature : > http://github.com/benoitc/couchdb/commit/fd7829b6b3093ab324a2b5c496600cc6335480b8 > > What do you think about it ? > > - benoit > -- Filipe David Manana, [email protected], [email protected] "Reasonable men adapt themselves to the world. Unreasonable men adapt the world to themselves. That's why all progress depends on unreasonable men."
