We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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