Open lukasolson opened 1 month ago
Describe the feature:
When a field is mapped as semantic_text, and they include that field in a KQL expression, we should be using the semantic query (instead of a match_phrase as it currently does.
semantic_text
semantic
match_phrase
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)
Also linking to #190695.
Describe the feature:
When a field is mapped as
semantic_text
, and they include that field in a KQL expression, we should be using thesemantic
query (instead of amatch_phrase
as it currently does.