Skip to content

Instantly share code, notes, and snippets.

@psahni
Created August 7, 2011 05:20
Show Gist options
  • Save psahni/1130084 to your computer and use it in GitHub Desktop.
Save psahni/1130084 to your computer and use it in GitHub Desktop.
sphinx blog
Country(params[:search], :match_mode => :all,
:field_weights => {:name => 20, :about => 10},
:with => {:rating_no => 5..10 },
:conditions => { :continent_id => 1},
:page => params[:page], :per_page => 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment