Issue while searching for Miljötoner

Hi,
I have a special case, I am trying to search for a keyword “Miljötoner”.
I am using Lucene.

This is live in production, so its testable at these links.
Product Link: Toner CE410X 305X Svart, Svanenmärkt

I am able to search for " Svanenmärkt" , “ISOTECH Toner CE410X 305X Svart Hög Kapacitet” etc…
I have tried several other products with the extra character “Ö Ä Å ä å ö” an it works.

When it comes to Miljötoner it does not work.
I have tried to change it to

  • Miljätoner (Not working)
  • Miljåtoner (Not working)
  • Miljotoner (Working)

I assume this has something to do with the combination, Lucene indexes it as a diffrent word.
Looking forward to inputs and suggestions.

Thanks.

  • Miljotoner (Working) is not working either.

I have changed the text back to Miljötoner from Miljotoner.

To be more precise : I have tested with these 3 combinations and only Miljotoner worked.

What version of Litium?
What kind of field is it that has the value? Does it work in another field, like Name?

Litium : 7.5.1

Current field : Html Editor
I tried it with Name and it works.

What could be the issue then ?

Have you done any modifications of the ProductSearchService?
Is it searching in the body tag?
Can you reproduce it locally and inspect the index to see that the data is there?

I’ve tested this in 7.5.0 using an Editor field and I get responses back for Miljötoner.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.