Hi, I've added indexes to one of my models and it fails to index one of the fields.
I left only one association in index to check this out: define_index do indexes user.login, :as => :user_login end Generated query is here: http://pastie.org/507384 After indexing it no records are returned while performing searches (with existing logins). Is there any way to find out what actually is indexed? Or maybe any other way to debug it? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
