Skip to content

How to work with sunspot solr

ilyakatz edited this page May 3, 2012 · 1 revision

Both activeadmin and sunspot-solr add method search to the models

An easy way to use both gems together is to use Model.solr_search() instead of Model.search()

Reference: https://github.com/gregbell/active_admin/issues/694

Clone this wiki locally