[Rails] 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@googlegroups.com.
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home