diff --git a/src/applications/maniphest/query/ManiphestTaskSearchEngine.php b/src/applications/maniphest/query/ManiphestTaskSearchEngine.php index 2ac9cfcf81..409d94e5f7 100644 --- a/src/applications/maniphest/query/ManiphestTaskSearchEngine.php +++ b/src/applications/maniphest/query/ManiphestTaskSearchEngine.php @@ -370,6 +370,11 @@ final class ManiphestTaskSearchEngine ->setName('subscribers') ->setLabel(pht('Subscribers')) ->setValue($subscriber_handles)) + ->appendChild( + id(new AphrontFormTextControl()) + ->setName('fulltext') + ->setLabel(pht('Contains Words')) + ->setValue($saved->getParameter('fulltext'))) ->appendChild($status_control) ->appendChild($priority_control); @@ -390,11 +395,6 @@ final class ManiphestTaskSearchEngine } $form - ->appendChild( - id(new AphrontFormTextControl()) - ->setName('fulltext') - ->setLabel(pht('Contains Words')) - ->setValue($saved->getParameter('fulltext'))) ->appendChild( id(new AphrontFormTextControl()) ->setName('ids')