AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

not collect update #86

Closed mazers0129 closed 1 year ago

mazers0129 commented 1 year ago

when update nested value with table it not update correctly

eg. {"x": "kkk", "y":{"z": "123"}} update "y.z" with table it updated like this {"x": "kkk", "y.z": "modify"}

AntonShuvaev commented 1 year ago

Thanks for reporting, I will investigate it.

AntonShuvaev commented 1 year ago

Fixed. Now nested values are edited as the whole nested object.