Open
Description
It is not possible to use CouchbaseTemplate methods for grouping/having and projection functions clauses in Couchbase n1ql queries. Would be nice to have incorporated into its API these methods for the findByQuery
method.
Currently, you need to use the native Couchbase SDK Cluster class for querying an aggregation n1ql statement.
Request:
Aggregation API in CouchbaseTemplate