So, when using Sphinx searches are limited to 1000 results. But, if there are more than 1000 results pagination links generated by will_paginate don\'t take thi
will_paginate
if params[:page].to_i * 30 <= 1000 @posts = Post.paginate(:page => params[:page], :per_page => 30) end