Thinking-Sphinx not returning any results in console or via web app
问题 Similar to these: sphinx-not-indexing, thinking-sphinx returning empty results in console, similar here The problem description is this: I can't get any results with any parameters from Sphinx. I have a hdd scaffold, and when I try and perform a search in rails console with sphinx I get [], and that's even when I know that there are items in the database. If I do Hdd.search() I should get the same as Hdd.all, but instead I get []. I saw a post about doing Hdd.search().to_a, but that doesn't