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

Clarify acceptable values for `--threshold` in `search ngrams`

Summary: See D18710.

Test Plan: o_O

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D18712

+1 -1
+1 -1
src/applications/search/management/PhabricatorSearchManagementNgramsWorkflow.php
··· 21 21 'param' => 'threshold', 22 22 'help' => pht( 23 23 'Prune ngrams present in more than this fraction of '. 24 - 'documents.'), 24 + 'documents. Provide a value between 0.0 and 1.0.'), 25 25 ), 26 26 )); 27 27 }