Greetings,

(using acts_as_ferret)

So I have a book title "Möngrel „Horsemen“" in my index.

Searching for "Möngrel" retrieves the document.

But I would like searching for "Mongrel" to also retrieve the document.
Which it does not currently.

Anyone have any good solutions to this problem?

I suppose I could filter the documents and queries first which something
like:


(Iconv.new('US-ASCII//TRANSLIT', 'utf-8').iconv "Möngrel
„Horsemen“").gsub(/[^a-zA-Z0-9/im,"")

But perhaps there is a better, or built in solution.


Thanks

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to