AntonShuvaev / elasticsearch4idea

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

Field Filtering No Longer Works Following Update #141

Closed benlOXMT closed 9 months ago

benlOXMT commented 9 months ago

Describe the bug Since updating my intelliJ Ultimate to version 2023.3.3 (and I believe I updated the Elasticsearch plugin itself too- am currently on what appears to be the most recent version, version 2023.3.4 (2024-01-25)), the 'Field Filter' option no longer works dynamically when viewing an index in "Table" view (nb field filtering does still work dynamically for the "Json Hits" view).

Steps to reproduce View an index (either in REST Console or Data Browser, the issue is present in both) in Table view, click the 'Field Filter' option, select/deselect fields, and observe that nothing happens (all fields remain visible). BUT if in the REST console and I execute a subsequent query (ie click the play button) then the field filtering does take effect.

Expected behavior Table columns should appear and disappear dynamically according to the selected fields. This is what used to occur prior to the software update.

Environment information:

I've tried restarting intelliJ, but haven't tried bumping up to a newer intelliJ version. Ps thank you for the otherwise very useful software :)

AntonShuvaev commented 9 months ago

Thank you for reporting the issue. I'll fix this in the next plugin update. As a workaround, you can use Reload Page (Cmd + R) to apply the filters.

benlOXMT commented 9 months ago

Thank you for reporting the issue. I'll fix this in the next plugin update. As a workaround, you can use Reload Page (Cmd + R) to apply the filters.

Yep that workaround works for me. Nice one 👍