hello,
i am currently using acts_as_ferret in one of my applications and now 
would like to also incorproate tags. i came across somesones blog that 
had this:

//////
Having Ferret index method results (like :tag_list) worked 
out-of-the-box for me with acts_as_ferret. I specified attributes (table 
columns) as strings and methods as symbols, like so:

acts_as_ferret :fields => [’title’, :tag_list]

I’ve had issues with corrupted indexes and various platform-related 
problems, but indexing and searching has been a breeze.
//////


now since tag_list symbol is part of my index, how do i access it or add 
to it?
where is this symbol stored? is it associated to my model that inheriets 
the acts_as_ferret plugin?

thanks.

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

Reply via email to