Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17711857
D17346.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
731 B
Referenced Files
None
Subscribers
None
D17346.diff
View Options
diff --git a/src/applications/diviner/search/DivinerLiveSymbolFulltextEngine.php b/src/applications/diviner/search/DivinerLiveSymbolFulltextEngine.php
--- a/src/applications/diviner/search/DivinerLiveSymbolFulltextEngine.php
+++ b/src/applications/diviner/search/DivinerLiveSymbolFulltextEngine.php
@@ -33,8 +33,8 @@
$document->addRelationship(
$atom->getGraphHash()
- ? PhabricatorSearchRelationship::RELATIONSHIP_CLOSED
- : PhabricatorSearchRelationship::RELATIONSHIP_OPEN,
+ ? PhabricatorSearchRelationship::RELATIONSHIP_OPEN
+ : PhabricatorSearchRelationship::RELATIONSHIP_CLOSED,
$atom->getBookPHID(),
DivinerBookPHIDType::TYPECONST,
PhabricatorTime::getNow());
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 18, 9:17 AM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8503573
Default Alt Text
D17346.diff (731 B)
Attached To
Mode
D17346: Fix flipped open/closed status for Diviner atoms in search index
Attached
Detach File
Event Timeline
Log In to Comment