On 6/11/06, Michael Koziarski <[EMAIL PROTECTED]> wrote: > Hey guys, > > I've been trying out ferret 0.9.3 on my powerbook this weekend and I've > been triggering 'bus errors' when using the Query API. If I > programmatically build up strings, it works just fine. > > There's some more information available in the trac ticket > > http://ferret.davebalmain.com/trac/ticket/62 > > Is anyone successfully using the Query API on mac os x? Anything I can > do to help debug this?
Hi Michael, I noticed in your code you are using BooleanQuery#add_clause method but you are adding a query. Can you try BooleanQuery#add_query instead? Let me know if that helps. Cheers, Dave _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

