Hi all, I''ve created a ferret analyzer to replace accentuated letters by non-accentuated using the MappingFilter Analyzer. This filter works well in a little ruby script but in my rails (2.0.2) project, the search has a weird behavior. It seems the find_by_contents method doesn''t use my Analyzer for the search. So for a record containing the word "élevé", the search finds the record the query "eleve" but not whith the query "élevé". Does someone experienced such a problem ? My Ferret Analyzer: http://pastie.caboo.se/134937 My Model Job: http://pastie.caboo.se/134946 -- Benoit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---