lnx-search / lnx

⚡ Insanely fast, 🌟 Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine.
https://lnx.rs
MIT License
1.23k stars 46 forks source link

How to use range query? #101

Open CallMain opened 2 years ago

ChillFish8 commented 2 years ago

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