Hi,
We have a solution with facet filtering and one of the values is "Blå", i.e. products?color=Blå, which does not give any results. Searching for anything else without "å" works as intended.
What I have done so far to investigate:
- Lucene have the correct value, thus it seems to be indexed correctly. This was validated using Luke.
- I have tried both with and without URL encoding and using [Blå], no difference..
- I have made a BeforeQuery notification subscriber and validated that the correct value was part of the Settings.Parameters.
Have anybody else experienced this and do anybody know a workaround?
/Søren