We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Both activeadmin and sunspot-solr add method search to the models
search
An easy way to use both gems together is to use Model.solr_search() instead of Model.search()
Model.solr_search()
Model.search()
Reference: https://github.com/gregbell/active_admin/issues/694