diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-06-17 10:29:50 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-06-24 14:20:26 +0200 |
commit | f8e08a74bac4b065edcade762e2ca3632ff76797 (patch) | |
tree | 2a10c4612839850ab9d7791bd5d4c952992ee696 /lib/public/Search | |
parent | 4488e846a526ed8de37e9756621b7c008d7a9466 (diff) | |
download | nextcloud-server-f8e08a74bac4b065edcade762e2ca3632ff76797.tar.gz nextcloud-server-f8e08a74bac4b065edcade762e2ca3632ff76797.zip |
Implement unified search for Files
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Search')
-rw-r--r-- | lib/public/Search/IProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Search/IProvider.php b/lib/public/Search/IProvider.php index 57343eda0e5..080f5089f1f 100644 --- a/lib/public/Search/IProvider.php +++ b/lib/public/Search/IProvider.php @@ -28,7 +28,7 @@ namespace OCP\Search; use OCP\IUser; /** - * Interface for an app search providers + * Interface for search providers * * These providers will be implemented in apps, so they can participate in the * global search results of Nextcloud. If an app provides more than one type of |