Hey everyone,
I hope someone on this group can help me with an UltraSphinx question. I am using rails 2.3.2 and I am trying to figure out how to search my "has_many" model. Here's the example.. I can search my "Account" model just fine. My Account model "has_many :names" I would like to search my Account model, and my Name model at the same time. I have seen a few examples, but I can't seem to get it to work. I am pretty familiar with SQL, but I haven't done a JOIN in a while, and I usually get them backwards if I don't have an example to follow.
Quick run down...
account.rb