Hi Dynamicweb
We are using the Lucene index builder for handling the products and searches in the solution, but we now have a request from our customer about special characters. The searching is done with a SummaryField created on the index through the admin panel. It includes several of productfields in its setup, and among them is the author field. The request is that searches should generate hits on names that contain special characters, for example names with an accent (á). An example could be if a user searches for the word "zafon", then one of the results should be a product with the author "Ruiz Zafón, Carlos".
So my question is: Is there any way adjust the analyzer to match special characters aswell?
Best regards, Jeppe.