Hi, I'm fairly new to dealing with Thinking Sphinx (and Sphinx in general), so forgive me if I've missed something obvious.
I'm working on setting up a Rails app that uses the TS plugin. In this app I've got three models (Event, Location, and Group) that I want indexed. I've followed some of the walkthroughs that I've found (using the http://ts.freelancing-gods.com/quickstart.html tutorial as a basis, as well as a few others that I've found). Two of my models (Location and Group) are working as expected; they index what I've asked them to, and an empty search returns all of the values that it should. However, my Event model is either not indexing the data, or if it is, none of my searches are able to get any results; no matter what I do, I get an empty array returned to me. The issue, I think, is that this whole setup uses a has_many :through - Groups have many Locations through Events, and Locations have many Groups through Events, as well as having many Events. Events belong_to both Locations and Groups. (See Gist link below for specific code.) My question is - is there something that I need to do different with Event to get it to behave properly? When I run ts:in, the output says that it's indexing the Event controller, and ThinkingSphinx::indexed_models returns with all three models in its array. http://gist.github.com/79892 I appreciate any help that you can offer. Thanks, Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
