You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.