Hello,
I have a search query in my repository which looks in different product fields, including names. Let's say I have a product called "Bjørn". If I search "Bjørn", the search returns it.
Is it possible to make the search also returns this product if I search for "Bjorn" or "Bjoern" ? It doesn't do it right now and I haven't found out how I can do that directly. As a workaround I could have a field with alternative spellings, but it's a lot of work maintaining that.
The solution is using 8.7
Thanks