Imdb\PersonSearch::search PHP Method

    public function search($searchTerms)
    {
        $this->setsearchname($searchTerms);
        $this->reset();
        return $this->results();
    }