# File lib/acts_as_indexed/search_atom.rb, line 57
    def -(other)
      records = @records.clone.reject { |name, records| other.records.include?(name) }
      SearchAtom.new(records)
    end