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(