Page MenuHomePhorge

D26056.1749361438.diff
No OneTemporary

D26056.1749361438.diff

diff --git a/src/applications/search/query/PhabricatorSearchApplicationSearchEngine.php b/src/applications/search/query/PhabricatorSearchApplicationSearchEngine.php
--- a/src/applications/search/query/PhabricatorSearchApplicationSearchEngine.php
+++ b/src/applications/search/query/PhabricatorSearchApplicationSearchEngine.php
@@ -276,13 +276,15 @@
foreach ($fulltext_tokens as $token) {
$fulltext_view[] = $token->newTag();
}
+ $fulltext_tokens_length = count($fulltext_tokens);
$fulltext_view = phutil_tag(
'div',
array(
'class' => 'phui-fulltext-tokens',
),
array(
- pht('Searched For:'),
+ pht('Searched For %s Term(s):',
+ new PhutilNumber($fulltext_tokens_length)),
' ',
$fulltext_view,
));

File Metadata

Mime Type
text/plain
Expires
Sun, Jun 8, 05:43 (12 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1752078
Default Alt Text
D26056.1749361438.diff (838 B)

Event Timeline