# File lib/thinking_sphinx/masks/pagination_mask.rb, line 33
  def per(limit)
    search.options[:limit] = limit
    search
  end