Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15342842
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
Mon, Mar 10, 9:31 PM (3 w, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7474112
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