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
When attempting to get Indices using the ElasticsearchClient().IndicesGetAlias* methods if the index name that is associated with the alias has a dash in it (e.g. testing-index). The dash is has been removed from the index name (key) in the DynamicDictionary.
The text was updated successfully, but these errors were encountered:
I was able to reproduce the issue I am seeing. I have submitted pull request #631 with the failing tests in it. Please let me know if you need anything additional from me.
When attempting to get Indices using the ElasticsearchClient().IndicesGetAlias* methods if the index name that is associated with the alias has a dash in it (e.g. testing-index). The dash is has been removed from the index name (key) in the DynamicDictionary.
The text was updated successfully, but these errors were encountered: