-
Notifications
You must be signed in to change notification settings - Fork 1.2k
search_exists throws an exception #230
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
Comments
You didn't forget anything. Currently we reply with The reason (ehm, rationalization) why this API is different is that it uses a Sorry for the delay and the confusion. |
Ok, no problem :) Thank you for your answer. |
Fixed in the python client, waiting for elasticsearch to catch up as well - elastic/elasticsearch#11204 |
Great ! Thank you @honzakral 👍 |
Fixes elastic#230 Thanks ncrocfer for the report!
Hello,
I'm using the
search_exists
API to determine if a document exists based on one field, but the client throws an exception when there is no matching.For example, I know this document exists :
But when a document doesn't exist :
Did I forget something? Thank you.
The text was updated successfully, but these errors were encountered: