I am using a a tagging plugin (http://github.com/mbleigh/acts-as-
taggable-on) that creates a virtual attribute.

For example, @user.skill_list. The data for this is contained in a
completely seperate table.

I am thinking that I can not index this directly since sphinx acts
directly with the db. I was thinking of creating a new column in the
table that would just hold all of the tags for each record for the
purpses of indexing. Is there a smarter way to do this?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en.

Reply via email to