For anyone following along at home, the issue (debugged over IRC) was that the indexes were last processed before the most recent deployment, and were stored under the specific release, while Thinking Sphinx was looking at the latest release instead.
So, the lesson: when you get all blank searches, check Model.search.results[:error] - it may give you some clues :) -- Pat On 08/12/2009, at 8:47 AM, Thomas wrote: > Dear Everyone, > Hoping I could have some guidance, I'm having some issues with > thinking sphinx failing to index / find some records in the system, > here's an example: > http://pastie.org/732533 (in a pastie so it's easy to read) > > And here is a pastie of the model / production.sphinx.conf: > http://pastie.org/private/4bqacj4au3dpydb5v8cvzw > > I have no idea how to debug from here and the site actually has no > tests (it's inherited blah blah blah) > > Hopefully someone can help me out. > > Cheers, > Thomas > > -- > > 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 > . > > -- 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.
