getURIData('queryKey'); $controller = id(new PhabricatorApplicationSearchController()) ->setQueryKey($querykey) ->setSearchEngine( id(new ManiphestTaskSearchEngine()) ->setShowBatchControls(true)) ->setNavigation($this->buildSideNavView()); return $this->delegateToController($controller); } }