Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14844964
D12542.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
793 B
Referenced Files
None
Subscribers
None
D12542.diff
View Options
diff --git a/src/applications/maniphest/query/ManiphestTaskQuery.php b/src/applications/maniphest/query/ManiphestTaskQuery.php
--- a/src/applications/maniphest/query/ManiphestTaskQuery.php
+++ b/src/applications/maniphest/query/ManiphestTaskQuery.php
@@ -560,7 +560,8 @@
// NOTE: Setting this to something larger than 2^53 will raise errors in
// ElasticSearch, and billions of results won't fit in memory anyway.
$fulltext_query->setParameter('limit', 100000);
- $fulltext_query->setParameter('type', ManiphestTaskPHIDType::TYPECONST);
+ $fulltext_query->setParameter('types',
+ array(ManiphestTaskPHIDType::TYPECONST));
$engine = PhabricatorSearchEngineSelector::newSelector()->newEngine();
$fulltext_results = $engine->executeSearch($fulltext_query);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 3, 7:54 PM (17 h, 37 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7087673
Default Alt Text
D12542.diff (793 B)
Attached To
Mode
D12542: Fix query types on maniphest fulltext search.
Attached
Detach File
Event Timeline
Log In to Comment