On 20 Apr 2009, at 10:30, Nicolas Clairon wrote:
I could use update notifications but couchdb is not verbose enougth. I can't get the id of the updated document.
It is mean to be that way. When you get a notification, you're supposed to call /db/_all_docs_by_seq?startkey=$last_seq_nr_you_know to get new documents. Cheers Jan --
