Open ioanatia opened 3 weeks ago
Pinging @elastic/es-search-relevance (Team:Search Relevance)
Pinging @elastic/kibana-esql (ES|QL-ui)
For now, and until this issue is resolved, the match
and qstr
functions will be held to snapshot builds in 8.x, see #115253.
When using
match
orqstr
afterlimit
we are returning an error that indicates this is not currently supported:In Kibana, in order to suggest values for filters, we construct a query similar to:
This query would return suggested values for the
geo.src
field:Because of the limitation we have for
match
where it cannot be used afterlimit
, Kibana will return an error when it tries to suggest values for filters:related https://github.com/elastic/kibana/issues/196995
Kibana is one use case that would benefit from removing this limitation. We can expect that ES|QL users will also hit it in other contexts.