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
default
city: new-york
9003:/query
{ "namespace": "default", "query": { "term": { "field": "city", "value": "new_york" } }, "rangeStart": 0, "rangeEnd": 1595325840 }
Notice the error in the query (term was replaced with value).
term
value
Response: 200 OK, with
{ "results": [], "exhaustive": true }
Expected: 400 Bad Request with error stating term is required in query.term
query.term
The text was updated successfully, but these errors were encountered:
Thanks for filing this @asafm, we've merged a fix for returning an error on an unknown field being used with these raw DB APIs.
Sorry, something went wrong.
gibbscullen
Successfully merging a pull request may close this issue.
default
, with tagcity: new-york
9003:/query
to dbnode, having a range which includes the timestamp inserted in step 1.Notice the error in the query (
term
was replaced withvalue
).Response: 200 OK, with
Expected: 400 Bad Request with error stating
term
is required inquery.term
The text was updated successfully, but these errors were encountered: