Example #1
0
 public function find($str = '')
 {
     $result = $this->feedModel->text_search($str);
     $result = iterator_to_array($result);
     $this->send_response(200, $result);
 }