implementing fulltextsearch

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange
2019-03-28 18:49:56 +01:00
committed by Julius Härtl
parent 5d72750d92
commit 0cb8c75744
3 changed files with 58 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ $app = new \OCA\Deck\AppInfo\Application();
$app->registerNavigationEntry();
$app->registerNotifications();
$app->registerCommentsEntity();
$app->registerFullTextSearch();
/** Load activity style global so it is availabile in the activity app as well */
\OC_Util::addStyle('deck', 'activity');