Hi! On Mon, Sep 25, 2006 at 07:12:59AM +0200, Winton wrote: > I am getting nil returned when doing the following: > > r.highlight(@condition, :field => 'body') > 'r' is an instance of the a_a_f model. 'body' is a tokenized saved > field. > > I am running latest ferret and a_a_f trunk. Am I doing something wrong?
maybe ;-) you should not use strings for field names any more. Maybe this already fixes things... what does happen if you call highlight without the :field option ? Jens -- webit! Gesellschaft für neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Krämer [EMAIL PROTECTED] Schnorrstraße 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66 _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

