Displaying 1 result from an estimated 1 matches for "regexqueri".
Did you mean:
  regexquery
  
2005 Dec 14
4
Fuzzy search on a phrase
I''m trying to use Ferret to do fuzzy searches. If I use fuzzy search for 
just one word, it works fine:
        index.search(''name:gogle~0.4'')
However, if I try to use a phrase, it doesn''t work:
        index.search(''name:"gogle search engine"~0.4'')
On the other hand, I could do:
        index.search(''name:gogle~0.4 AND