I am using @posts = Post.search(params[:search], :conditions =>
{ :status => 'Publish' }, :page => params[:page], :per_page =>
5, :order => 'created_at desc')in development mode it works fine but in production I am getting no results? Not sure where to start
-- 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.
