From 2b5ff5d48b4ec80e0e0e18188689edefaeefe91d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 24 Oct 2014 08:54:35 +0200 Subject: Implement note search --- appinfo/app.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appinfo/app.php') diff --git a/appinfo/app.php b/appinfo/app.php index b3c2b46..c80d95b 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -10,4 +10,6 @@ OCP\App::addNavigationEntry( 'name' => 'Tomboy notes' ) ); +\OC_Search::registerProvider('OCA\Grauphel\Search\Provider'); +\OCP\Util::addscript('grauphel', 'loader'); ?> -- cgit v1.2.3