@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -5
+1 -5
src/applications/search/query/PhabricatorSearchApplicationSearchEngine.php
··· 4 4 extends PhabricatorApplicationSearchEngine { 5 5 6 6 public function getResultTypeDescription() { 7 - return pht('Fulltext Results'); 7 + return pht('Fulltext Search Results'); 8 8 } 9 9 10 10 public function getApplicationClassName() { 11 11 return 'PhabricatorSearchApplication'; 12 - } 13 - 14 - public function canUseInPanelContext() { 15 - return false; 16 12 } 17 13 18 14 public function buildSavedQueryFromRequest(AphrontRequest $request) {