AntonShuvaev / elasticsearch4idea

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

Failed to identify URLSearch PhraseQuery with spaces #119

Closed pooyk closed 1 year ago

pooyk commented 1 year ago

Describe the bug GET /movies/_search?q=title:"Beautiful Mind" The space between Beautiful and Mind cannot be recognized, resulting in the failure of parsing the query statement.

Steps to reproduce Execute any URLSearch PhraseQuery with spaces

Expected behavior Identify spaces correctly.

Environment information:

AntonShuvaev commented 1 year ago

@pooyk, thanks for reporting the issue. I'll fix it in the next release.

AntonShuvaev commented 1 year ago

Fixed in 2023.2.5