Hi,
I get an error when I want to group with this query in PHP:
$qry = CouchbaseViewQuery::from(‘adgroups’, ‘adwords’)->group(true);
When I execute this query it says:
query_parse_error: Query parameter group_level
is not compatible with group
I think this is pretty strange, because I only specify that group is true and I don’t specify the group_level. Also, this error came up when I updated Couchbase from version 2.5.1 to version 3.0.1. On version 2.5.1 everything just worked fine.
Does someone have a solution for this error?