Implement note search
[grauphel.git] / appinfo / app.php
index b3c2b4686846846f1e1293ad37b801c30fb441a9..c80d95bf220e05523aebac5b4e098c1d7a633c98 100755 (executable)
@@ -10,4 +10,6 @@ OCP\App::addNavigationEntry(
         'name' => 'Tomboy notes'
     )
 );
         'name' => 'Tomboy notes'
     )
 );
+\OC_Search::registerProvider('OCA\Grauphel\Search\Provider');
+\OCP\Util::addscript('grauphel', 'loader');
 ?>
 ?>