Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/queries/data-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ SORT field1 [ASCENDING/DESCENDING/ASC/DESC], ..., fieldN [ASC/DESC]

## GROUP BY

Group all results on a field. Yields one row per unique field value, which has 2 properties: one corresponding to the field being grouped on, and a `rows` array field which contains all of the pages that matched.
Group all results on a field. Yields one row per unique field value, which has 2 properties: `key` corresponding to the field being grouped on, and a `rows` array field which contains all of the pages that matched.

```
GROUP BY field
Expand Down