# File lib/twitter/search.rb, line 443
    def fetch_next_page
      if next_page?
        @cache = get("search", CGI.parse(@cache["next_page"][1..-1]), :format => :json)
        @cache.results
      end
    end