We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31f2da commit 00af94fCopy full SHA for 00af94f
docs/docs/indexing_JSON.md
@@ -168,7 +168,7 @@ FT.SEARCH userIdx '@name:(John)' RETURN 1 name HIGHLIGHT FIELDS 1 name TAGS '<b>
168
169
## Aggregation with JSON Path expression
170
171
-[Aggregation](/redisearch/reference/aggregations) is a powerful feature. You can use it to generate statistics or build facet queries.
+[Aggregation](/docs/stack/search/reference/aggregations/) is a powerful feature. You can use it to generate statistics or build facet queries.
172
The LOAD parameter accepts JSON Path expressions. Any value (even not indexed) can be used in the pipeline.
173
174
This example loads two numeric values from the JSON document applying a simple operation.
0 commit comments