How to use range query?
CallMain opened this issue · 1 comments
CallMain commented
How to use range query?
ChillFish8 commented
Currently, dedicated range queries are not supported outside of using the normal
query parser to produce them.
This can be done with the field:[a TO b]
syntax, Inclusive bounds are [], exclusive is {}.
The full parser syntax can be found here