Hi
I'm using Solr 3.3 for searching in different languages, one of them is Spanish. The ASCIIFoldingFilterFactory works fine, but if word begins with a letter accented, like "ágora" or "ínclito", it can't find anything. I have to search word without accent in order to find some result. For instance: - Title: Imágenes del ágora de la plaza central. - Searching text: "imágenes" or "imagenes" returns the same result, the title above - Searching text: "ágora" returns no results, while "agora" returns the right result Thx in advance Eva