-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Closed
Labels
:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance>featureES|QL-uiImpacts ES|QL UIImpacts ES|QL UITeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch
Description
tracked in #123043
We want to add support in ES|QL for match_phrase
as a separate function in ES|QL:
FROM books
WHERE match_phrase(plot, "Tale of two cities", {"analyzer": "my_analyzer"})
The function will translate to match_phrase query.
The function needs to support all existing options that we have for the match_phrase
query.
Metadata
Metadata
Assignees
Labels
:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance>featureES|QL-uiImpacts ES|QL UIImpacts ES|QL UITeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch