My platform is Couchbase Server on version: 4.6.1-3652 Enterprise Edition (build-3652).
I have seen that in every document there is the history with the list of revisions. In N1QL, does anyone know how to get all the different bodies of each revision back?
For example, in this document I came to revision 4:
{
"id": 123,
"_deleted": true,
"_rev": "4-54gtrg",
// ... body ...
}
I am interested in returning to the "3-dsada" revision, can it be done?