Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15435842
D10110.id24315.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
941 B
Referenced Files
None
Subscribers
None
D10110.id24315.diff
View Options
diff --git a/src/applications/audit/editor/PhabricatorAuditCommentEditor.php b/src/applications/audit/editor/PhabricatorAuditCommentEditor.php
--- a/src/applications/audit/editor/PhabricatorAuditCommentEditor.php
+++ b/src/applications/audit/editor/PhabricatorAuditCommentEditor.php
@@ -263,9 +263,6 @@
$this->publishFeedStory($comment, $feed_phids);
}
- id(new PhabricatorSearchIndexer())
- ->queueDocumentForIndexing($commit->getPHID());
-
if (!$this->noEmail) {
$this->sendMail(
$comments,
diff --git a/src/applications/audit/editor/PhabricatorAuditEditor.php b/src/applications/audit/editor/PhabricatorAuditEditor.php
--- a/src/applications/audit/editor/PhabricatorAuditEditor.php
+++ b/src/applications/audit/editor/PhabricatorAuditEditor.php
@@ -111,4 +111,8 @@
return array_values(array_merge($head, $tail));
}
+ protected function supportsSearch() {
+ return true;
+ }
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 26, 10:31 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704446
Default Alt Text
D10110.id24315.diff (941 B)
Attached To
Mode
D10110: Use standard infrastructure for Audit search indexing
Attached
Detach File
Event Timeline
Log In to Comment