richardiux/sunspot_with_kaminari

Now Sunspot has supported the kaminari

Closed this issue · 1 comments

Now Sunspot has supported kanimari and will_paginate

Usage

# controller
@results = Post.search do
  fulltext "pizza"
  paginate page: params[:page], per_page: 20
end.results

# views
<%= paginate @results, theme: "bootstrap" %>

Thanks for the note. I'll update the readme.