Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
How did you implement the highligt query?
This works for us with all latin characters
client.Search<ISearchable>(Language.Swedish)
.For("...query")
.WithHighlight(x => x.SearchText())
After upgrading to cms 12 and using Find 16, we no longer get Highlights for words with swedish letters, we are using typed search and we are using language in Search method
_client.Search<ISearchContent>(Language.Swedish)