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
right now by default, we consider the query timed out as timed OR out, it should be interpreted as timed AND out.
timed out
timed OR out
(the elasticsearch API has a query parameter for that)
The text was updated successfully, but these errors were encountered:
Use AND as default operator, fixes #54
2098ac3
Merge pull request #57 from quickwit-oss/ddelemeny-default-and
1f3f2ad
ddelemeny
Successfully merging a pull request may close this issue.
right now by default, we consider the query
timed out
astimed OR out
, it should be interpreted as timed AND out.(the elasticsearch API has a query parameter for that)
The text was updated successfully, but these errors were encountered: