@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 comments

vrana 05718706 3ce69b63

+3
+3
src/applications/search/engine/elastic/PhabricatorSearchEngineElastic.php
··· 25 25 $phid = $doc->getPHID(); 26 26 $handle = PhabricatorObjectHandleData::loadOneHandle($phid); 27 27 28 + // URL is not used internally but it can be useful externally. 28 29 $spec = array( 29 30 'title' => $doc->getDocumentTitle(), 30 31 'url' => PhabricatorEnv::getProductionURI($handle->getURI()), ··· 144 145 ), 145 146 ); 146 147 } 148 + // We couldn't solve it by minimum_number_should_match because it can 149 + // match multiple owners without matching author. 147 150 $spec[] = array('bool' => array('should' => $should)); 148 151 } else if ($param) { 149 152 $filter[] = array(