We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great if words like now, now-5h, now-1h can be used in dates, without being treated as simple string.
now
now-5h
now-1h
Parsing date : [now-1h TO now] would add more meaning to luqum. These human-readable queries are supported in Elasticsearch. See here Common options
date : [now-1h TO now]
P.S. When I checked, this feature was not implemented. Kindly reply, if it is already there.
The text was updated successfully, but these errors were encountered:
Hello @shyam81295,
This is a good idea to support it. We should also consider supporting the original Lucene format (where "now" is "NOW").
Right now this won't be on our priority list, but you can contribute a PR, including tests.
Sorry, something went wrong.
No branches or pull requests
It would be great if words like
now
,now-5h
,now-1h
can be used in dates, without being treated as simple string.Parsing
date : [now-1h TO now]
would add more meaning to luqum. These human-readable queries are supported in Elasticsearch. See here Common optionsP.S. When I checked, this feature was not implemented. Kindly reply, if it is already there.
The text was updated successfully, but these errors were encountered: