Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15405013
D21209.id50507.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
764 B
Referenced Files
None
Subscribers
None
D21209.id50507.diff
View Options
diff --git a/src/applications/search/ferret/PhabricatorFerretEngine.php b/src/applications/search/ferret/PhabricatorFerretEngine.php
--- a/src/applications/search/ferret/PhabricatorFerretEngine.php
+++ b/src/applications/search/ferret/PhabricatorFerretEngine.php
@@ -34,7 +34,9 @@
if (!isset($this->ferretFunctions[$normalized_name])) {
throw new PhutilSearchQueryCompilerSyntaxException(
pht(
- 'Unknown search function "%s". Supported functions are: %s.',
+ 'Unknown search function "%s". Supported functions are: %s. '.
+ '(To search for a term containing a colon, surround the term '.
+ 'in double quotes.)',
$raw_name,
implode(', ', array_keys($this->ferretFunctions))));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 19, 10:00 AM (2 d, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7342310
Default Alt Text
D21209.id50507.diff (764 B)
Attached To
Mode
D21209: Provide a hint about how to quote search terms containing literal colons
Attached
Detach File
Event Timeline
Log In to Comment