Add fulltext search results panel back for dashboards

Summary: Ref T12324. Adds back this query for search results in dashboards.

Test Plan: Use panel in Dashboard.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12324

Differential Revision: https://secure.phabricator.com/D17428
This commit is contained in:
Chad Little
2017-02-27 12:39:42 -08:00
parent a9cd146745
commit 54059b0a9d

View File

@@ -4,17 +4,13 @@ final class PhabricatorSearchApplicationSearchEngine
extends PhabricatorApplicationSearchEngine {
public function getResultTypeDescription() {
return pht('Fulltext Results');
return pht('Fulltext Search Results');
}
public function getApplicationClassName() {
return 'PhabricatorSearchApplication';
}
public function canUseInPanelContext() {
return false;
}
public function buildSavedQueryFromRequest(AphrontRequest $request) {
$saved = new PhabricatorSavedQuery();