# File lib/rhc/rest/client.rb, line 105
      def search_teams(search, global=false)
        debug "Searching teams"
        if link = api.link_href(:SEARCH_TEAMS)
          api.rest_method "SEARCH_TEAMS", :search => search, :global => global
        else
          raise RHC::TeamsNotSupportedException
        end
      end