-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
_exists_ doesn't work on objects #5142
Comments
The I will a a note to the documentation. |
So |
The |
Since this works:
and this doesn't:
I understand that |
I had to check the code to understand what happens, the difference is that |
`_exists_` and `_missing_` miss field name expansion that `exists` and `missing` have, which allows these filters to work on `object` fields. Close elastic#5142
`_exists_` and `_missing_` miss field name expansion that `exists` and `missing` have, which allows these filters to work on `object` fields. Close #5142
`_exists_` and `_missing_` miss field name expansion that `exists` and `missing` have, which allows these filters to work on `object` fields. Close #5142
`_exists_` and `_missing_` miss field name expansion that `exists` and `missing` have, which allows these filters to work on `object` fields. Close elastic#5142
At least in 1.0.0
This behaviour should be either fixed or noted in docs.
The text was updated successfully, but these errors were encountered: