Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler+github@mailbox.org>2018-02-07 00:40:23 +0300
committerGitHub <noreply@github.com>2018-02-07 00:40:23 +0300
commit61fab086b55add3a2f659d97b68b8e20747e301a (patch)
tree001d3620196eee44e56566cc0cd991374a6e5f2f /appinfo
parent68a7849fce1f8b9a8aa1504d1b2a7f3c2a038b0f (diff)
parent984c0f64884a68baf4d812e606f5d7027baccd6a (diff)
Merge pull request #138 from nextcloud/search
Remove serverside search
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 05a66603..2b3c564e 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -36,4 +36,3 @@ namespace OCA\Tasks\AppInfo;
'name' => \OC::$server->getL10N('tasks')->t('Tasks'),
];
});
-\OC::$server->getSearch()->registerProvider('OCA\Tasks\Controller\SearchProvider', array('apps' => array('tasks')));