Hi Alain, I'm glad the problem seems to have fixed itself. Basically what must have been happening was that a Hash was being passed to the search_each method instead of a String. The search_each method knows how to convert a String to a Query but a Hash will cause the error you saw. I don't know exactly why changing the Rails version would do something like that but I've had a similar problem in the past. That's why it's EdgeRails. :D Expect the next couple of versions of ferret to be even less stable.
Cheers, Dave On 3/30/06, Alain Ravet <[EMAIL PROTECTED]> wrote: > > I started from scratch on EdgeRails, and it worked. > It's strange though, that changing the Rails version has an impact on > Ferret (that doesn't require Rails). > > Alain > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ferret-talk mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ferret-talk > _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

