No recursive search in shared folder

Logged user can’t search in shared folder recursively. Returns empty results.
Seraching files in current folder works, but no recursion.

In home folder search works recursively - good.

Server configuration

**Web server: apache

**Database: My SQL
**PHP version: 7
**ownCloud version: 10.2.1
**Updated from an older ownCloud or fresh install: Fresh install
**Where did you install ownCloud from: owncloud.org. downloaded the uploaded to my server

{
“basic”: {
“license key”: “REMOVED SENSITIVE VALUE”,
“date”: “Tue, 03 Sep 2019 16:37:13 +0000”,
“ownCloud version”: “10.2.1.4”,
“ownCloud version string”: “10.2.1”,
“ownCloud edition”: “Community”,
“server OS”: “Linux”,
“server OS version”: “Linux str 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u5 (2019-08-11) x86_64”,
“server SAPI”: “apache2handler”,
“webserver version”: “Apache/2.4.25 (Debian)”,
“hostname”: “127.0.0.1”,
“logged-in user”: “"
},
“stats”: {
“users”: {
“Database”: {
“count”: 35,
“seen”: 32,
“logged in (30 days)”: 32
}
},
“groups”: {
“OC\Group\Database”: 6,
“OCA\Guests\GroupBackend”: 1
}
},
“config”: {
“instanceid”: “oc8mta9bbc3r”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“show_server_hostname”: false,
“trusted_domains”: [
“127.0.0.1”,
"
*”
],
“datadirectory”: “/var/www/owncloud/data”,
“overwrite.cli.url”: “http://127.0.0.1/owncloud”,
“dbtype”: “mysql”,
“version”: “10.2.1.4”,
“dbname”: “owncloud”,
“dbhost”: “localhost”,
“dbtableprefix”: “oc_”,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“logtimezone”: “Europe/Moscow”,
“user.search_min_length”: 3,
“apps_paths”: [
{
“path”: “/var/www/owncloud/apps”,
“url”: “/apps”,
“writable”: false
},
{
“path”: “/var/www/owncloud/apps-external”,
“url”: “/apps-external”,
“writable”: true
}
],
“installed”: true,
“mail_domain”: “REMOVED SENSITIVE VALUE”,
“mail_from_address”: “REMOVED SENSITIVE VALUE”,
“mail_smtpmode”: “smtp”,
“memcache.locking”: “\OC\Memcache\APCu”,
“memcache.local”: “\OC\Memcache\Memcached”,
“memcached_servers”: [
[
“localhost”,
11211
]
],
“skeletondirectory”: “”,
“files_external_allow_create_new_local”: “true”,
“enable_avatars”: false,
“mail_smtpauth”: 1,
“mail_smtphost”: “REMOVED SENSITIVE VALUE”,
“mail_smtpport”: “465”,
“mail_smtpauthtype”: “LOGIN”,
“mail_smtpname”: “REMOVED SENSITIVE VALUE”,
“mail_smtppassword”: “REMOVED SENSITIVE VALUE”,
“mail_smtpsecure”: “ssl”
},
“core”: {
“backgroundjobs_mode”: “cron”,
“default_encryption_module”: “OC_DEFAULT_MODULE”,
“enable_external_storage”: “yes”,
“first_install_version”: “10.2.1.4”,
“installedat”: “1562754188.6916”,
“lastcron”: “1567528222”,
“lastupdateResult”: “[]”,
“lastupdatedat”: “1567528263”,
“public_files”: “files_sharing/public.php”,
“public_webdav”: “dav/appinfo/v1/publicwebdav.php”,
“shareapi_allow_group_sharing”: “yes”,
“shareapi_allow_links”: “yes”,
“shareapi_allow_mail_notification”: “yes”,
“shareapi_allow_public_notification”: “yes”,
“shareapi_allow_public_upload”: “yes”,
“shareapi_allow_share_dialog_user_enumeration”: “yes”,
“shareapi_allow_social_share”: “yes”,
“shareapi_default_permissions”: “31”,
“shareapi_exclude_groups”: “no”,
“shareapi_exclude_groups_list”: “[”"]",
“shareapi_only_share_with_group_members”: “no”,
“shareapi_only_share_with_membership_groups”: “no”,
“shareapi_public_notification_lang”: “ru”,
“shareapi_share_dialog_user_enumeration_group_members”: “no”,
“umgmt_set_password”: “REMOVED SENSITIVE VALUE”,
“umgmt_show_backend”: “false”,
“umgmt_show_email”: “true”,
“umgmt_show_is_enabled”: “true”,
“umgmt_show_last_login”: “true”,
“umgmt_show_storage_location”: “true”,
“user_additional_info_field”: “id”
},
“apps”: [
{
“id”: “user_external”,
“name”: “External user support”,
“description”: “Use external user authentication methods like IMAP, SMB and FTP”,
“licence”: “AGPL”,
“author”: “Robin Appelman”,
“documentation”: {
“admin”: “https://doc.owncloud.org/server/9.0/admin_manual/configuration_user/user_auth_ftp_smb_imap.html
},
“website”: “https://github.com/owncloud/apps/tree/master/user_external”,
“bugs”: “https://github.com/owncloud/apps/issues”,
“repository”: {
@attributes”: {
“type”: “git”
},
@value”: “https://github.com/owncloud/apps.git
},
“dependencies”: {
“owncloud”: {
@attributes”: {
“min-version”: “10”,
“max-version”: “10”
}
}
},
“version”: “0.5.0”,
“shipped”: “true”,
“types”: [
“authentication”,
“prelogin”
],
“ocsid”: “166060”,
“info”: [],
“remote”: [],
“public”: [],
“repair-steps”: {
“install”: [],
“pre-migration”: [],
“post-migration”: [],
“live-migration”: [],
“uninstall”: []
},
“background-jobs”: [],
“two-factor-providers”: [],
“commands”: [],
“_cached”: true,
“groups”: null,
“active”: true,
“level”: 100,
“removable”: true,
“internal”: false,
“preview”: “/owncloud/apps/user_external/img/app.svg”,
“previewAsIcon”: true,
“appconfig”: {
“enabled”: “yes”,
“installed_version”: “0.5.0”,
“types”: “authentication,prelogin”
}
},
{
“id”: “encryption”,
“description”: “In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys. The module won’t touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to a unencrypted system. Please read the documentation to know all implications before you decide to enable server-side encryption.”,
“name”: “Default encryption module”,
“licence”: “AGPL”,
“author”: “Bjoern Schiessle, Clark Tomlinson”,
“documentation”: {
“user”: “https://doc.owncloud.org/server/10.2/go.php?to=user-encryption”,
“admin”: “https://doc.owncloud.org/server/10.2/go.php?to=admin-encryption
},
“rememberlogin”: “false”,
“version”: “1.3.1”,
“types”: [
“filesystem”
],
“use-migrations”: “true”,
“dependencies”: {
“lib”: “openssl”,
“owncloud”: {
@attributes”: {
“min-version”: “10”,
“max-version”: “10”
}
}
},
“commands”: [
“OCA\Encryption\Command\SelectEncryptionType”,
“OCA\Encryption\Command\RecreateMasterKey”,
“OCA\Encryption\Command\MigrateKeys”,
“OCA\Encryption\Command\HSMDaemon”
],
“settings”: {
“admin”: “OCA\Encryption\Panels\Admin”,
“personal”: “OCA\Encryption\Panels\Personal”
},
“info”: [],
“remote”: [],
“public”: [],
“repair-steps”: {
“install”: [],
“pre-migration”: [],
“post-migration”: [],
“live-migration”: [],
“uninstall”: []
},
“background-jobs”: [],
“two-factor-providers”: [],
“_cached”: true,
“groups”: null,
“active”: false,
“internal”: true,
“level”: 200,
“removable”: false,
“preview”: “/owncloud/apps/encryption/img/app.svg”,
“previewAsIcon”: true
},

}
}