You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem including expected versus actual behavior:
When I handle an error during delete an record by id from index, I giving the wrong result status.
I changed actual indexname with wrong index name to handle error messages.
Below photo shows that handling an error. Result property assigned Updated but there is no success operation during delete operation on Watch panel
In addition to this error, there is no exception result of this problem. IsSuccess() function, returns true.
Expected behavior
In NEST library, result status was "Error". Therefore, Elastic.Clients.Elasticsearch has return status as Error or any related status.
The text was updated successfully, but these errors were encountered:
Elastic.Clients.Elasticsearch version:8.14.6
Elasticsearch version: 8.14.13
.NET runtime version: .NET 8
Operating system version: Windows 10
Description of the problem including expected versus actual behavior:
When I handle an error during delete an record by id from index, I giving the wrong result status.
I changed actual indexname with wrong index name to handle error messages.
Below photo shows that handling an error. Result property assigned Updated but there is no success operation during delete operation on Watch panel
In addition to this error, there is no exception result of this problem. IsSuccess() function, returns true.
Expected behavior
In NEST library, result status was "Error". Therefore, Elastic.Clients.Elasticsearch has return status as Error or any related status.
The text was updated successfully, but these errors were encountered: