On Wed, Feb 17, 2010 at 7:31 PM, Mikeal Rogers <[email protected]> wrote: > The etag is for the entire query, I think he wants to cache on an doc > by doc basis for all the docs that were returned for the query. But > this does remind me that you'll still need to check the etag and the > query again if there are *new* documents in the query. > > -Mikeal >
well each docs has its own etag corresponding to the rev when you get it. So it would be enough in this case I guess. - benoit
