We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1d3f2e + cd09ae7 commit 6a468f2Copy full SHA for 6a468f2
src/sq/range.md
@@ -83,7 +83,7 @@ FT.SEARCH idx:bicycle "@price:[(1000 +inf]"
83
The example below returns bicycles with a price lower than or equal to 2000 USD (`price <= 2000`) by returning the five cheapest bikes:
84
85
```redis Range query 4
86
-FT.SEARCH idx:bicycle "@price:[-inf 2000] SORTBY price LIMIT 0 5"
+FT.SEARCH idx:bicycle "@price:[-inf 2000]" SORTBY price LIMIT 0 5
87
```
88
89
## Non-numeric range queries
0 commit comments