cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.49k stars 285 forks source link

[BUG] Deleting documents from elasticsearch index does not work #1211

Closed EistenGaming closed 4 months ago

EistenGaming commented 4 months ago

When selecting rows for deletion, the statement shown shows 'undefined' for the '_id' of the document, thus the delete fails for all documents (see screenshot):

Screenshot 2024-07-15 at 09 33 47

Can I amend the command template to fix this?

cweijan commented 4 months ago

Thanks feedback, fixed in version 7.5.6.

EistenGaming commented 4 months ago

Can confirm, works for me now.