Take the community feedback survey now.

Problem in higlighting words with swedish letters

Vote:
 

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)



#340498
Edited, Sep 23, 2025 12:38
Vote:
 

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())
#340867
Oct 29, 2025 12:00
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.