Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14031426
D14370.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
512 B
Referenced Files
None
Subscribers
None
D14370.id.diff
View Options
diff --git a/src/applications/search/engine/PhabricatorElasticSearchEngine.php b/src/applications/search/engine/PhabricatorElasticSearchEngine.php
--- a/src/applications/search/engine/PhabricatorElasticSearchEngine.php
+++ b/src/applications/search/engine/PhabricatorElasticSearchEngine.php
@@ -79,7 +79,7 @@
$spec['relationship'][$rtype][] = array(
'phid' => $to_phid,
'phidType' => $to_type,
- 'when' => $time,
+ 'when' => (int)$time,
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 10, 10:27 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6722530
Default Alt Text
D14370.id.diff (512 B)
Attached To
Mode
D14370: Probable fix for ElasticSearch 2.0 type strictness
Attached
Detach File
Event Timeline
Log In to Comment