# File lib/thinking_sphinx/search.rb, line 78
  def offset
    @options[:offset] || ((current_page - 1) * per_page)
  end