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