Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15370009
D10969.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D10969.diff
View Options
diff --git a/src/applications/maniphest/query/ManiphestTaskSearchEngine.php b/src/applications/maniphest/query/ManiphestTaskSearchEngine.php
--- a/src/applications/maniphest/query/ManiphestTaskSearchEngine.php
+++ b/src/applications/maniphest/query/ManiphestTaskSearchEngine.php
@@ -370,6 +370,11 @@
->setName('subscribers')
->setLabel(pht('Subscribers'))
->setValue($subscriber_handles))
+ ->appendChild(
+ id(new AphrontFormTextControl())
+ ->setName('fulltext')
+ ->setLabel(pht('Contains Text'))
+ ->setValue($saved->getParameter('fulltext')))
->appendChild($status_control)
->appendChild($priority_control);
@@ -392,11 +397,6 @@
$form
->appendChild(
id(new AphrontFormTextControl())
- ->setName('fulltext')
- ->setLabel(pht('Contains Words'))
- ->setValue($saved->getParameter('fulltext')))
- ->appendChild(
- id(new AphrontFormTextControl())
->setName('ids')
->setLabel(pht('Task IDs'))
->setValue(implode(', ', $ids)));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 13 2025, 9:00 AM (8 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7597700
Default Alt Text
D10969.diff (1 KB)
Attached To
Mode
D10969: Move 'Contains Text' on Maniphest Query to be above page fold
Attached
Detach File
Event Timeline
Log In to Comment