Hey All, i have a use case where users search my index for single chars like"A". Those Identifiers are contained in a special span in my html doc so indexing is working fine and i only get the hits i am looking for.
But for the highlighting i am stuck... The highlighter will highlight every "A" that is included in my text. So to my question: Is there a way to tell the highlighter to only highlight thext that is contained in a regex or some other condition? Thank you