> what do you mean by ferret data?
My aaf is like that:

  acts_as_ferret :fields => {
                              :title => {:boost => 3},
                              :url => {:boost => 1},
                              :content => {:boost => 2, :stored => 
true},
                              :keywords => {:boost => 0}
                  }, :remote => true  # use ferret_server specified in

Only content is not an ActiveRecord attribute, it's a method.
So, when i get the results of ferret and do:

results.each |result| do
  result.content
end

It brings me nothing. I wish I could access the 'content' which is in 
ferret index.

Thanks Jens for you reply.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to