Skip to content

Commit d32e527

Browse files
Update range.md
1 parent 53da99c commit d32e527

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)