Skip to content

Commit 6a468f2

Browse files
Merge pull request #39 from RedisInsight/main
Releasing a fix for the search and query tutorial
2 parents f1d3f2e + cd09ae7 commit 6a468f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sq/range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ FT.SEARCH idx:bicycle "@price:[(1000 +inf]"
8383
The example below returns bicycles with a price lower than or equal to 2000 USD (`price <= 2000`) by returning the five cheapest bikes:
8484

8585
```redis Range query 4
86-
FT.SEARCH idx:bicycle "@price:[-inf 2000] SORTBY price LIMIT 0 5"
86+
FT.SEARCH idx:bicycle "@price:[-inf 2000]" SORTBY price LIMIT 0 5
8787
```
8888

8989
## Non-numeric range queries

0 commit comments

Comments
 (0)