# File lib/chef/search/query.rb, line 28
      def initialize(url=nil)
        @rest = Chef::REST.new(url ||Chef::Config[:search_url])
      end