I tried that, however I noticed that there is more to this problem. When a record gets inserted and the search index is added, words with accents get replaced - not always to the correct letter.
For example, qualité is in the search index as "qualita". Is there a best practice or something that I am missing in terms of getting this to work properly? On Mon, Mar 21, 2011 at 13:58, Gabriel Petchesi <[email protected]> wrote: > You should run a transliteration filter upon the query text before sending > the search query to the database. > > gabriel > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
