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
The Workflow State index mapping does not include a user field, just user_outputs.
user
user_outputs
Attempt to query the existence of the "user" field using any of the clients, e.g., with the Go client:
userExistsQuery := NewNestedQuery("user", NewExistsQuery("user.name"))
Result:
Error 400 (Bad Request): all shards failed [type=search_phase_execution_exception]
Index mapping matches Java object XContent mapping.
This is not user-facing but is relevant to queries that an admin may make.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is the bug?
The Workflow State index mapping does not include a
user
field, justuser_outputs
.How can one reproduce the bug?
Attempt to query the existence of the "user" field using any of the clients, e.g., with the Go client:
Result:
What is the expected behavior?
Index mapping matches Java object XContent mapping.
Do you have any additional context?
This is not user-facing but is relevant to queries that an admin may make.
The text was updated successfully, but these errors were encountered: