Remove limitation of using full text functions after LIMIT #115297
Labels
ES|QL-ui
Impacts ES|QL UI
:Search Relevance/Search
Catch all for Search Relevance
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
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 elastic/kibana#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.
The text was updated successfully, but these errors were encountered: