How to do wildcard query search for "scenario-d3". I get no hits when '-' is added in my query. Any help is appreciated

{
"bool": {
"filter": [
{
"wildcard": {
"test.value": {
"wildcard": "scenario-",
"boost": 1
}
}
}
],

Can you please help dadoonet

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.