Select the types of activity you want to include in your feed.
@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
···325325 foreach ($types as $type) {
326326 // Use the custom trigram analyzer for the corpus of text
327327 $data['mappings'][$type]['properties']['field']['properties']['corpus'] =
328328- array( 'type' => 'string', 'analyzer' => 'custom_trigrams' );
328328+ array('type' => 'string', 'analyzer' => 'custom_trigrams');
329329330330 // Ensure we have dateCreated since the default query requires it
331331 $data['mappings'][$type]['properties']['dateCreated']['type'] = 'string';