Skip to content

Instantly share code, notes, and snippets.

@Florian95
Created September 22, 2008 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Florian95/12013 to your computer and use it in GitHub Desktop.
Save Florian95/12013 to your computer and use it in GitHub Desktop.
@search = Ultrasphinx::Search.new(:query => get_query_by_subject(@subject.id),
:sort_mode => 'descending',
:sort_by => 'created_at',
:weights => {'titre' => 6.0, 'content' => 2.0},
:page => params[:page] || 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment