Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14098279
D17600.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
773 B
Referenced Files
None
Subscribers
None
D17600.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17600: Remove "url" from Elasticsearch index
Attached
Detach File
Event Timeline
Log In to Comment