# File lib/sup/person.rb, line 112
  def indexable_content
    [name, email, email.split(/@/).first].join(" ")
  end