Skip to content

Commit cd09ae7

Browse files
Merge pull request #38 from RedisInsight/ViktarStarastsenka-patch-1
Fixing a typo
2 parents 53da99c + d32e527 commit cd09ae7

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)