Habari\Posts::search PHP Method

    public function search($needle)
    {
        return array_search($needle, $this->getArrayCopy());
    }