Hi, I have this maddening strange bug using acts_as_ferret. If I search for a given phrase (let's say "xyz") I get one set of results (lets call them set A). I search for xyz again and I get set A again. I search for xyz a third time and I get a different set (set B).
I can keep executing the search query and my result sets continue to cycle a-a-b-a-a-b-a-a-b. It's really strange. 'a' is the correct set of results, 'b' is related but contains some incorrect results too. I am using the fuzzy search algorithm by appending '~' to each word in the query executed with acts_as_ferrets find_by_contents. I am the only user of the server so nothing is being added to the index while I search. I am using rails 1.2RC1 the newest ferret and acts_as_ferret. Any ides? Thanks, Scott -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

