When passing a named param which is already a string such as
ecm:fulltext = "lan*"
we end up with the value
ecm:fulltext = ""lan*""
Note the double quotes x 2.
As a direct result, the Elasticsearch page provider remove the * wildcard during sanitizing and we can't have relevant results.