saved object search - fix partial word search when underscores are used #47359
Labels
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Describe the feature:
Given a visualization named
my_great_vis
- searching forvis
will return nothing--
Our saved object search uses the standard analyzer which is what results in the above behavior. Perhaps we can use a custom mapping that would consider
_
not a word char for token splitting.The text was updated successfully, but these errors were encountered: