Skip to content

Commit e616c43

Browse files
dwdoughertyraz-mon
andauthored
Apply suggestions from code review
Co-authored-by: Raz Monsonego <[email protected]>
1 parent f2b8bb3 commit e616c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/interact/search-and-query/advanced-concepts/aggregation-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `FT.AGGREGATE` command processes multiple expressions in a pipeline. Below i
3434
1. `index` – the name of your index, which must be the first argument.
3535
1. `query` – your query, which must be the second argument.
3636
1. `FILTER` – filters raw documents before transformations or aggregation.
37-
1. `LOAD` – loads additional document attributes.
37+
1. `LOAD` – loads document fields.
3838
1. `APPLY` – applies transformations on fields.
3939
1. `GROUPBY` – groups results by specific fields.
4040
1. `REDUCE` – performs aggregations. For example, `SUM`, `COUNT`, and `AVG`.

0 commit comments

Comments
 (0)