AntonShuvaev / elasticsearch4idea

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

Chinese symbols are not displayed in table view #5

Closed yixiaco closed 4 years ago

yixiaco commented 4 years ago

image 然而正常情况下,它应该是这样子的 image

AntonShuvaev commented 4 years ago

Hello,

Is it the same document in the table and text views? I cannot reproduce the problem. But I found that if I post a document with Chinese symbols then they are stored incorrectly in Elasticsearch and I see question marks in both table and text views. This happens because request body is encoded with default ISO 8859-1 instead of UTF-8.

yixiaco commented 4 years ago

是的,只有带中文符号的字符会看到问号,图中的数据是第一条记录,然而它并没有正确显示

yixiaco commented 4 years ago

image image

AntonShuvaev commented 4 years ago

@18905059768 ,

The fix is ready and will be in version 0.1.9. Let me know if it resolves your issue.

yixiaco commented 4 years ago

very good,该版本很好的解决了我的问题