That would break too much. One way out of this is to exclude this information by default and add it only when requested with a request parameter With that, we can add metadata wherever seems most natural. Clients that ask for the information are required to understand it. Similar to ?conflicts=true.
B. > On 13 Oct 2015, at 01:51, ermouth <[email protected]> wrote: > > Shouldnât it be a header if single doc requested, and smth like {ok:true, > rows:[row1, row2 ... rowN], sloppy_quorum:[id1, id2 ... idN]} for _all_docs > request? > > ermouth
