Module: GovernorThinkingSphinx::Controllers::Methods

Defined in:
lib/governor_thinking_sphinx/controllers/methods.rb

Instance Method Summary collapse

Instance Method Details

#searchObject



4
5
6
7
8
# File 'lib/governor_thinking_sphinx/controllers/methods.rb', line 4

def search
  set_resources model_class.search params[:query], :order => :created_at, :sort_mode => :desc
  @blank_msg = "I'm sorry, no articles match your search."
  render :action => 'index'
end