Skip to content

Commit

Permalink
Clarify groupby (#2897)
Browse files Browse the repository at this point in the history
  • Loading branch information
databyjp authored Dec 23, 2024
1 parent bda580b commit 0f5efe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/weaviate/api/graphql/aggregate.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 146,7 @@ As such, this `Aggregate` query will retrieve the total object count in a class.

### groupBy argument

You can use a groupBy argument to get meta information about groups of data objects.
You can use a groupBy argument to get meta information about groups of data objects, from those matching a query. The groups can be based on a property of the data objects.

import GroupbyLimitations from '/_includes/groupby-limitations.mdx';

Expand Down

0 comments on commit 0f5efe5

Please sign in to comment.