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.
1 parent 53da99c commit d32e527Copy full SHA for d32e527
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