AntonShuvaev / elasticsearch4idea

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

1.0 regressions ? #29

Closed SosthenG closed 3 years ago

SosthenG commented 3 years ago

Hi,

Just updated to the 30 days trial of the 1.0 version and noticed some regressions:

Thanks!

AntonShuvaev commented 3 years ago

Hi,

Thanks for your comments, totally agree with that. Will be fixed ASAP.

AntonShuvaev commented 3 years ago

Fixed in 1.1.0

SosthenG commented 3 years ago

Hi, Just noticed another regression, I can only launch search requests, I cannot find a way to launch get or delete request (I do remember that being possible with a previous version, with the possibility of choosing the HTTP method with a dropdown). _search requests being the most useful with this plugin, it makes sense to use them by default, but being able to launch other requests would be nice too.

Thanks!

AntonShuvaev commented 3 years ago

Hi,

I split into two different functionalities: search and any REST request. There are buttons "Open Data Browser" and "Open REST Console" on toolbar.

SosthenG commented 3 years ago

Thanks, didn't see that, my bad !