Parameterized query and LIKE statetement

It does… This is what I am doing at the moment but I was wanting to replace it with named parameters but as the discussion shows it is not supported for the range scan…

I have seen EXPLAIN showing things like successor($namedParameter)… So maybe introducing a matched($namedParameter) to take the parameter into account at the indexer level and not do a full scan could be interesting to introduce.