mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
parent
18eac227c0
commit
c53dd9968b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ final class PhabricatorSearchSelectController
|
||||||
$engine = PhabricatorSearchEngineSelector::newSelector()->newEngine();
|
$engine = PhabricatorSearchEngineSelector::newSelector()->newEngine();
|
||||||
$results = $engine->executeSearch($query);
|
$results = $engine->executeSearch($query);
|
||||||
|
|
||||||
$phids = array_fill_keys(ipull($results, 'phid'), true);
|
$phids = array_fill_keys($results, true);
|
||||||
$phids += $this->queryObjectNames($query_str);
|
$phids += $this->queryObjectNames($query_str);
|
||||||
|
|
||||||
$phids = array_keys($phids);
|
$phids = array_keys($phids);
|
||||||
|
|
Loading…
Reference in a new issue