Skip to content

Instantly share code, notes, and snippets.

@fizx
Created December 8, 2009 20:05
Show Gist options
  • Select an option

  • Save fizx/251949 to your computer and use it in GitHub Desktop.

Select an option

Save fizx/251949 to your computer and use it in GitHub Desktop.
Sunspot.search(Topic) do
keywords(query)
highlight :content
end.hits.each do |hit|
puts hit.highlights(:content)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment