I managed to do a search using wildcards by make a Query DSL.
It works wether the field is a keywork or text type.
{
"wildcard": {
"message": {
"value": "*mystring*",
"boost": 1,
"rewrite": "constant_score_blended"
}
}
}