Mamadou Touré
2010-Jul-17 17:25 UTC
find_with_ferret doesn''t return a SearchResults objetc
Hi folks, I have the following statement in my ruby class @users = User.find_with_ferret(query, { :page => params[ :page ], :per_page => 10 }), But once I run the program, @users.class gives me an Array instead of ActsAsFerret::SearchResults. Is that normal ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Mamadou Touré
2010-Jul-17 22:50 UTC
Re: find_with_ferret doesn''t return a SearchResults objetc
Mamadou Touré wrote:> Hi folks, > > I have the following statement in my ruby class > @users = User.find_with_ferret(query, { :page => params[ :page ], > :per_page => 10 }), > > But once I run the program, @users.class gives me an Array instead of > ActsAsFerret::SearchResults. Is that normal ?I dont even have the config/aaf.rb file in my project tree . Is that normal ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.