AntonShuvaev/elasticsearch4idea

Issue when index or alias contains "_search" in name

OleksiiYermakov opened this issue · 2 comments

Describe the bug
When the index or alias contains in name "_search" the plugin automatically cut all that contains "_search".

Steps to reproduce
Create an index or alias for example "demo_search_index" and try to double-click on it and you will reproduce the issue.

Here is an example with aliases:
image

Expected behavior
Should not cut index name which contains "_search"

Environment information:

  • OS: Mac OS
  • IDE version: Build #PS-231.9011.38, built on May 17, 2023
  • plugin version: 2023.2.1-231
  • Elasticsearch or OpenSearch version: elasticsearch:8.4.3

Thanks for reporting the issue. Will fix asap.

Hello @AntonShuvaev , I saw you updated the plugin.
After updating the plugin, I can confirm that now an issue is gone and it works correctly.

Thank you for so fast fix of the issue since it blocked me to work with elasticsearch via your plugin. (all my indexes contain "search" in names)

Best regards,
Oleksii