Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13990441
D16120.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
768 B
Referenced Files
None
Subscribers
None
D16120.id.diff
View Options
diff --git a/src/applications/phame/editor/PhameBlogEditor.php b/src/applications/phame/editor/PhameBlogEditor.php
--- a/src/applications/phame/editor/PhameBlogEditor.php
+++ b/src/applications/phame/editor/PhameBlogEditor.php
@@ -227,7 +227,7 @@
protected function supportsSearch() {
- return false;
+ return true;
}
protected function shouldApplyHeraldRules(
diff --git a/src/applications/phame/editor/PhamePostEditor.php b/src/applications/phame/editor/PhamePostEditor.php
--- a/src/applications/phame/editor/PhamePostEditor.php
+++ b/src/applications/phame/editor/PhamePostEditor.php
@@ -264,7 +264,7 @@
}
protected function supportsSearch() {
- return false;
+ return true;
}
protected function shouldApplyHeraldRules(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 23, 3:39 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6727799
Default Alt Text
D16120.id.diff (768 B)
Attached To
Mode
D16120: Add supportsSearch to Phame Blog/Post
Attached
Detach File
Event Timeline
Log In to Comment