-
Notifications
You must be signed in to change notification settings - Fork 332
Partial fix for REDISIO-186: JSON broken links #724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #724 +/- ##
=======================================
Coverage 85.60% 85.60%
=======================================
Files 11 11
Lines 2931 2931
=======================================
Hits 2509 2509
Misses 422 422 Continue to review full report at Codecov.
|
@itamarhaber please review and merge. Thank you! |
docs/docs/indexing_JSON.md
Outdated
@@ -168,7 +168,7 @@ FT.SEARCH userIdx '@name:(John)' RETURN 1 name HIGHLIGHT FIELDS 1 name TAGS '<b> | |||
|
|||
## Aggregation with JSON Path expression | |||
|
|||
[Aggregation](/redisearch/reference/aggregations) is a powerful feature. You can use it to generate statistics or build facet queries. | |||
Aggregation is a powerful feature. You can use it to generate statistics or build facet queries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix you provided removed the (broken) link to redisearch, potentially making it more difficult for users to learn about aggregations. WDYT about linking to the aggregation documentation instead?
[Aggregation](/docs/stack/search/reference/aggregations/)
This is the target destination I was thinking of: https://redis.io/docs/stack/search/reference/aggregations/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @chayim. Please review and merge.
This PR fixes the RedisJSON part of the broken links as described in REDISIO-186.