getURIData('key'); $controller = id(new PhabricatorApplicationSearchController()) ->setQueryKey($key) ->setSearchEngine(new PhabricatorMacroSearchEngine()) ->setNavigation($this->buildSideNavView()); return $this->delegateToController($controller); } }