Hi,
Got a question regarding episerver find, my problem is similiar to this ticket
https://world.episerver.com/forum/developer-forum/EPiServer-Search/Thread-Container/2017/2/tell-find-to-skip-stemming-for-certain-words/
I removed the stemming by not submitting the language parameter in the UnifiedSearchFor method.
Now the search result shows results that matches with search query but the problem is that episerver find now does not notice the difference between letters with and without diacritical character.
If you search for “våra”(our) then you get results that contains the word “våra” but also “vara”(be) and this is because I have removed the language analysis (stemming)
is there any way for epi find to distinguish between letters with and without diacritical sign?