request->getStringParam('term'); $formatter = new GroupAutoCompleteFormatter($this->groupManager->find($search)); $this->response->json($formatter->format()); } }