I'm indexing three different models called: User, ExternalFriend, and
Group.  When running an application-wide search
(ThinkingSphinx.search), the search will return an empty array if any
objects are returned from the Group class.  However, if I constrain
the search to just the Group class (either by calling Group.search or
setting the :classes option to only [Group]), I get the searches
returned.

If I set the :classes option to [User, ExternalFriend], it works.  But
I can't add the Group class to any other class.  That is
setting :classes to either [User, Group] or [ExternalFriend, Group]
fails.

Any idea on why this might be happening?

-- 
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