While playing around with the _changes
API from CouchDB (2.1.1), I noticed that the seq
number of the resulting records is different when I add the ?include_docs=true
. Is this something expected? If yes, can somebody help me understand the logic behind it?
Further info:
Create three files on this new test database. These can just have the id, nothing else:
Call with ?include_docs=true
Call without ?include_docs=true
As you can see, the id
value on both requests is different looking by the order of entries on the response, also, the seq
hash looks like the same but its 'string part' is different by the end of it. So my question is, why they are not the same, given that I am only wanting to add the doc reference? Is this something expected? If yes, can somebody explain?