Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created October 15, 2014 15:14
Show Gist options
  • Save jcoyne/cbdbcd19e4a5af653b1d to your computer and use it in GitHub Desktop.
Save jcoyne/cbdbcd19e4a5af653b1d to your computer and use it in GitHub Desktop.
class MySearcher
include Blacklight::SolrHelper
def blacklight_config
# provide an instance of blacklight config here
CatalogController.blacklight_config
end
def run
find('abc', {})
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment