Hi Dave, > Documents are now lazy loading so they just look > like an empty hash unless you load all the fields. > So you could try this; > > p docs.first.load > > And you'll see all the stored fields loaded. Ofcourse, > you don't need to call the load method to access the fields. > Just refrencing a field will load it automatically. > > p docs.first[:occupation]
I see now, thanks! Neville _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

