Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use range query? #101

Open
CallMain opened this issue Jul 20, 2022 · 1 comment
Open

How to use range query? #101

CallMain opened this issue Jul 20, 2022 · 1 comment
Labels
question Further information is requested

Comments

@CallMain
Copy link

No description provided.

@CallMain CallMain changed the title How can I use range query? How to use range query? Jul 20, 2022
@ChillFish8
Copy link
Collaborator

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

@ChillFish8 ChillFish8 added the question Further information is requested label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants