I guess that's sort of what you did, but I don't think you need to define the self.search method. find_by_contents works just fine.
Mike Michelson wrote: > I think the simplest way to attack this problem is just to write a > paginator for an array of objects. Then you can just do your usual > find_by_contents, with num_docs set to :all, and then just paginate the > array that is returned. > > > -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

