# File lib/thinking_sphinx/search.rb, line 192
    def current_page
      @options[:page].blank? ? 1 : @options[:page].to_i
    end