View Results Include Various Revisions of Documents?

Hi @martinesmann,

Thanks for the response! You are right that we are using the Sync Gateway. We have a mobile app that uses Couchbase Lite and uses the Sync Gateway to replicate data to Couchbase Server. We previously replicated to CouchDb but we’re currently looking into switching to Couchbase Server. We also have a web app that uses the Java SDK to query and interact with Couchbase Server. We previously used Ektorp and Jackson to work with CouchDb.

I didn’t think we could just swap the CouchDb url for the Sync Gateway end point in our web app but if that’s possible, it would make the transition extremely easy. Does the Sync Gateway provide the same support as the CouchDb REST Api? We need the ability to perform standard CRUD operations as well as query views we’ve set up on Couchbase Server.

Thanks,
Bill