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:
Deserialization error when try to convert relations to the target property for "level2a" : "level3"
Elastic.Clients.Elasticsearch version: 8.9.1
Elasticsearch version: 8.8.2
.NET runtime version: 7.0.1
Operating system version: Windows 10
Description of the problem including expected versus actual behavior:
Deserialization error when try to convert
relations
to the target property for"level2a" : "level3"
Steps to reproduce:
Of course the workaround here is to use the array syntax also for the second level:
"level2a" : ["level3"]
Expected behavior
The GetIndexTemplateAsync should deserialize and return the index template. Code:
The text was updated successfully, but these errors were encountered: