I recently upgraded couchbase server from 2.5 to 3.0.1. In 2.5 i was querying views with the below command and i could get all the data back. But after the upgrade i always get empty set.
c.b.View(“doc”, “doc”, map[string]interface{}{“stale”: false, “ascending”: true, “include_docs” : true, “start_key” : xxx })
Is the “include_docs” not supported in 3.0.1?