I'd be looking at the error logs of your web server (apache/nginx), the Sphinx logs, and the Rails logs. Are there any clues there?
Also: which versions of Sphinx, Thinking Sphinx and Rails are you using? And is there only one searchd process running on the machine? Following command should help: ps aux | grep searchd Cheers -- Pat On 21/07/2011, at 8:52 PM, T Untario wrote: > Hi guys, > > I run into a weird problem. TS returns correct results in console, but > returns 0 result when I access it from web. > I have no clue. Everything seems fine when I test it in console. > > Any idea why does this happen? > > 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. > -- 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.
