Skip to content

Commit 36e2ad7

Browse files
authored
Merge pull request #496 from redis-developer/fix-node-crash-course-doc-link
Fixes bad link to search docs closes #495.
2 parents dad5566 + fca5827 commit 36e2ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/node/node-crash-course/redisearch/index-redisearch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const searchResults = await redis.performSearch(
112112
);
113113
```
114114

115-
with one containing the correct RediSearch query to return users whose "lastSeenAt" field is set to the value of locationId. You'll need to use the "numeric range" syntax for this, as the "lastSeenAt" field was indexed as a number. Be sure to check out the [Query Syntax documentation](https://oss.redis.com/redisearch/Query_Syntax/) for RediSearch to get help with this.
115+
with one containing the correct RediSearch query to return users whose "lastSeenAt" field is set to the value of locationId. You'll need to use the "numeric range" syntax for this, as the "lastSeenAt" field was indexed as a number. Be sure to check out the [Query Syntax documentation](https://redis.io/docs/stack/search/reference/query_syntax/) for RediSearch to get help with this.
116116

117117
To try your code, ensure that the API Server component is running:
118118

0 commit comments

Comments
 (0)