Jens Kraemer wrote: > On Wed, Nov 22, 2006 at 12:10:45AM +0100, Matthew Planchant wrote: >> >> Then I try a find_by_contents on some of the people (using any of the >> fields i.e. surname). I can find people up to about two thirds of the >> way through the data (in id order) but the final third aren't found. > > ok, to keep things simple please keep trying with only the Person class > for now. what does the log look like if you do Person.rebuild_index ?
Good idea. I'll give this a go. I'll try: class Person < ActiveRecord::Base acts_as_ferret end > What happens if you do the same (with the same data) in development > mode (maybe on another machine) ? Same thing happens in development mode. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

