Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15386427
D10947.id26288.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
760 B
Referenced Files
None
Subscribers
None
D10947.id26288.diff
View Options
diff --git a/src/applications/search/controller/PhabricatorSearchController.php b/src/applications/search/controller/PhabricatorSearchController.php
--- a/src/applications/search/controller/PhabricatorSearchController.php
+++ b/src/applications/search/controller/PhabricatorSearchController.php
@@ -39,6 +39,11 @@
// with only this piece of somewhat-sketchy code. See discussion in T4365.
if ($request->getBool('search:primary')) {
+ if (!strlen($request->getStr('query'))) {
+ $advanced_uri = '/search/query/advanced/';
+ return id(new AphrontRedirectResponse())->setURI($advanced_uri);
+ }
+
$named_queries = $engine->loadEnabledNamedQueries();
if ($named_queries) {
$named = head($named_queries);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 12:33 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7694642
Default Alt Text
D10947.id26288.diff (760 B)
Attached To
Mode
D10947: Clicking the search icon in empty search field should link to advanced search
Attached
Detach File
Event Timeline
Log In to Comment