appName = $appName; $this->uid = $UserId; $this->urlGenerator = \OC::$server->getURLGenerator(); } public function execute() { $keyword = trim($this->request->getParam('form_input_text')); $data = torrentSearch::go($keyword); $resp['title'] = ['title', 'seeders', 'info', 'actions']; $resp['row'] = $data; return new JSONResponse($resp); } }