Merge pull request #23994 from nextcloud/fix/comment_search
Update comment search to initFS
This commit is contained in:
commit
2b7ea590e1
|
@ -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 New Issue