Skip to content

Commit 54059b0

Browse files
author
Chad Little
committedFeb 27, 2017
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
1 parent a9cd146 commit 54059b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎src/applications/search/query/PhabricatorSearchApplicationSearchEngine.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ final class PhabricatorSearchApplicationSearchEngine
44
extends PhabricatorApplicationSearchEngine {
55

66
public function getResultTypeDescription() {
7-
return pht('Fulltext Results');
7+
return pht('Fulltext Search Results');
88
}
99

1010
public function getApplicationClassName() {
1111
return 'PhabricatorSearchApplication';
1212
}
1313

14-
public function canUseInPanelContext() {
15-
return false;
16-
}
17-
1814
public function buildSavedQueryFromRequest(AphrontRequest $request) {
1915
$saved = new PhabricatorSavedQuery();
2016

0 commit comments

Comments
 (0)
Failed to load comments.