request->getStringParam('term'); $groups = $this->groupManager->find($search); $this->response->json($this->groupAutoCompleteFormatter->withGroups($groups)->format()); } }