Still playing with Solr/acts_as_solr. The site I'm working on uses will_paginate for pagination. It turned out to be pretty easy to get that working with results from acts_as_solr. The solution is to add a find_all_by_solr method that wraps find_by_solr and returns the records of the returned SearchResults. Stick solr_pagination.rb in lib in your Rails project. # By Henrik Nyh <http://henrik.nyh.s
{{#tags}}- {{label}}
{{/tags}}