Now Sunspot has supported the kaminari
Closed this issue · 1 comments
justqyx commented
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" %>
richardiux commented
Thanks for the note. I'll update the readme.