Skip to content

Commit fca5827

Browse files
author
Simon Prickett
committed
Fixes bad link to search docs closes #495.
1 parent dad5566 commit fca5827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/develop/node/node-crash-course/redisearch/index-redisearch.mdx

+1-1
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)