I had been running TS pretty successfully for about 6 weeks, when recently, I found that searching for certain fields no longer produces search results (for context, I am indexing a database of dogs). I can search for something common, like breed name, and get an appropriate result set. But then, if I search for the (supposedly indexed as dog_id) id of the first result, I don't get that dog in the results. This happens in script/console when I directly search the model using the appropriate term - I no longer get results searching against the dog_id or broad_number terms of my search index.
This happens in both development and production, which suggests some sort of code change, but I can't think of anything that's changed. None of the models have changed in months. Going through the git logs, I can see that I've upgraded TS to 1.1.13 at some point, though I'm getting that number out of the gemspec and I'm not really sure when it gets incremented. I've pastied my define_index block, my sphinx.yml ( http://pastie.org/493248 ), and my generated development.sphinx.conf ( http://pastie.org/493251 ) and I would really appreciate some help solving this problem. I'm happy to provide more information if it would be useful. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
