For short texts like titles we would like to use text from @search.highlights if it is there.
However highlight results are very different depending on characters in the title.
For example if we search for "lorem", this is what highlights are returned for different titles:
"I am an article ? lorem" -> "<em>lorem</em>"
"I am an article lorem" -> "I am an article <em>lorem</em>"
Why is it so different depending on one character in the middle? Same happens with "." or "!".
Is it possible to get full field value with all highlighs on it?