: I am developing a seach engine with Solr, and now I want to search both with
: and without diacritics, for example: if I query kho, it will response kho,
: khó, khò,... But if I query khó, it will response only khó.
: 
: Who anyone have solution? I have used <filter
: class="solr.ISOLatin1AccentFilterFactory"/> but it is not correct :(

try ASCIIFoldingFilterFactory instead.


-Hoss

Reply via email to