chengpohi / edql

Elasticsearch Query GUI Client
https://plugins.jetbrains.com/plugin/16364-elasticsearch-query--edql
Apache License 2.0
35 stars 1 forks source link

Index starting with a number causes "<identifier 0> expected, got 'x'" error #22

Closed motofix closed 1 year ago

motofix commented 1 year ago

If the index names is starting with a number, like 0_my_index, the following error prevents request execution: <identifier 0> expected, got '0'

chengpohi commented 1 year ago

Got it, I will fix the parser issue in next version, will release in this week.

chengpohi commented 1 year ago

Hi @motofix , this issue is fixed in version v1.9.19 this issue is caused the parser failed to handle number with char, it's fixed.

Since Jetbrains still reviewing the new version, you can manually download, and reinstall plugin: v1.9.19

motofix commented 1 year ago

Thanks !