Displaying 1 result from an estimated 1 matches for "retursn".
Did you mean:
return
2007 Jan 19
3
How to have 'o' == 'ö'
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