Skip to content

Instantly share code, notes, and snippets.

@starrhorne
Created January 19, 2012 02:40
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 starrhorne/1637342 to your computer and use it in GitHub Desktop.
Save starrhorne/1637342 to your computer and use it in GitHub Desktop.
#
# You can also do Job.solr_search, but I like this syntax better
#
Sunspot.search(Job) do
with(:specializations, ['rails', 'python', 'perl')
end.results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment