mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Update comment search to initFS
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
05d3326664
commit
d1c53981eb
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class File extends \OCP\Search\Provider {
|
|||
* @deprecated 20.0.0
|
||||
*/
|
||||
public function search($query) {
|
||||
\OC_Util::setupFS();
|
||||
$files = Filesystem::search($query);
|
||||
$results = [];
|
||||
// edit results
|
||||
|
|
|
|||
Loading…
Reference in a new issue