We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c0f80 commit 2a6018dCopy full SHA for 2a6018d
simple/test.js
@@ -1613,7 +1613,7 @@ exports.test = function (testParams) {
1613
1614
indexCollectAggregate = function (params) {
1615
db._query(
1616
- "FOR docxxx IN @@c COLLECT group = doc.value1 AGGREGATE agg = SUM(doc.value2) RETURN [group, agg]",
+ "FOR doc IN @@c COLLECT group = doc.value1 AGGREGATE agg = SUM(doc.value2) RETURN [group, agg]",
1617
{ "@c": params.collection },
1618
{},
1619
{ silent }
0 commit comments