when i attempt a search I see this error:

NoMethodError: undefined method `constantize' for nil:NilClass

I think this stems from 
  def model_names
      @model_names ||= context[:results].collect { |row|
        row['sphinx_internal_class']
      }.uniq
    end


returning  [nil] 

context[:results] seems to exist but it just has query parameters. I can't 
find any key called 'sphinx_internal_class'

Any ideas?

Brad



-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/thinking-sphinx.
For more options, visit https://groups.google.com/d/optout.

Reply via email to