Page MenuHomePhabricator

D17600.diff
No OneTemporary

D17600.diff

diff --git a/src/applications/search/fulltextstorage/PhabricatorElasticFulltextStorageEngine.php b/src/applications/search/fulltextstorage/PhabricatorElasticFulltextStorageEngine.php
--- a/src/applications/search/fulltextstorage/PhabricatorElasticFulltextStorageEngine.php
+++ b/src/applications/search/fulltextstorage/PhabricatorElasticFulltextStorageEngine.php
@@ -78,10 +78,8 @@
$timestamp_key = $this->getTimestampField();
- // URL is not used internally but it can be useful externally.
$spec = array(
'title' => $doc->getDocumentTitle(),
- 'url' => PhabricatorEnv::getProductionURI($handle->getURI()),
'dateCreated' => $doc->getDocumentCreated(),
$timestamp_key => $doc->getDocumentModified(),
);

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 27, 8:47 AM (20 h, 21 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6793092
Default Alt Text
D17600.diff (773 B)

Event Timeline