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