Support KQL with Query String Queries #56391
Labels
>enhancement
:Search/Search
Search-related issues that do not fall into other categories
Team:Search
Meta label for search team
Query String Query make it really easy to write queries, without the DSL. It seems really close to the Lucene Query Syntax.
On the side, Kibana started, from the Lucene Query Syntax, its own query syntax called Kibana Query Language (KQL) : https://www.elastic.co/guide/en/kibana/current/kuery-query.html . Very similar to the Lucene Query Syntay, they recently added support for Nested Fields : https://www.elastic.co/guide/en/kibana/current/kuery-query.html#kuery-query-nested-field and elastic/kibana#47070
My request : could it be possible to have an ES query type (similar to the Query String query - maybe improves that one) to parse the KQL ? That new query string type will support natively nested fields ! Thanks.
The text was updated successfully, but these errors were encountered: