files_fulltextsearch
files_fulltextsearch copied to clipboard
Public external storage not indexed
Steps to reproduce
- Add external storage (e.g. local filesystem, that's what I used)
- Assign external storage to nobody/available for everyone
- Index all files
- Search for anything inside that external storage
Expected behaviour
External storage has been indexed and everything inside can be found.
Actual behaviour
External storage has not been indexed and nothing can be found.
However assigning an external storage to myself (or any other user) will get it indexed fine and everything can be found as expected. (I did not check the behaviour when assigned to multiple users)
Server configuration detail
Operating system: Linux 5.0.0-23-generic #24-Ubuntu SMP Mon Jul 29 15:36:44 UTC 2019 x86_64
Webserver: nginx/1.15.9 (fpm-fcgi)
Database: mysql 10.3.17
PHP version:
7.3.8-1+ubuntu19.04.1+deb.sury.org+1 Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, sodium, session, standard, cgi-fcgi, mysqlnd, PDO, xml, apcu, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, igbinary, imagick, intl, json, exif, mysqli, pdo_mysql, apc, posix, readline, redis, shmop, SimpleXML, smbclient, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Phar, libsmbclient, Zend OPcache
Nextcloud version: 16.0.4 - 16.0.4.1
Updated from an older Nextcloud/ownCloud or fresh install: 16.0.3
Where did you install Nextcloud from: unknown
Signing status
Array ( )
List of activated apps
Enabled:
- accessibility: 1.2.0
- activity: 2.9.1
- apporder: 0.7.1
- audioplayer: 2.7.2
- audioplayer_editor: 0.0.1
- bookmarks: 1.1.1
- bruteforcesettings: 1.4.0
- calendar: 1.7.0
- camerarawpreviews: 0.7.0
- checksum: 0.4.3
- circles: 0.17.7
- cloud_federation_api: 0.2.0
- cms_pico: 0.9.8
- comments: 1.6.0
- contacts: 3.1.3
- dav: 1.9.2
- deck: 0.6.6
- dicomviewer: 1.2.0
- drawio: 0.9.3
- external: 3.3.0
- extract: 1.2.0
- federatedfilesharing: 1.6.0
- federation: 1.6.0
- files: 1.11.0
- files_accesscontrol: 1.6.0
- files_automatedtagging: 1.6.0
- files_downloadactivity: 1.5.0
- files_external: 1.7.0
- files_frommail: 0.3.0
- files_fulltextsearch: 1.3.6
- files_fulltextsearch_tesseract: 1.3.1
- files_markdown: 2.0.6
- files_pdfviewer: 1.5.0
- files_readmemd: 1.1.1
- files_retention: 1.5.1
- files_rightclick: 0.13.0
- files_sharing: 1.8.0
- files_snapshots: 0.2.0
- files_texteditor: 2.8.0
- files_trashbin: 1.6.0
- files_versions: 1.9.0
- files_videoplayer: 1.5.0
- firstrunwizard: 2.5.0
- forms: 1.0.3
- fulltextsearch: 1.3.6
- fulltextsearch_elasticsearch: 1.3.6
- gallery: 18.3.0
- groupfolders: 4.0.5
- groupquota: 0.1.0
- impersonate: 1.3.0
- issuetemplate: 0.5.0
- keeweb: 0.5.1
- logreader: 2.1.0
- lookup_server_connector: 1.4.0
- mail: 0.15.2
- metadata: 0.9.0
- news: 13.1.6
- nextcloud_announcements: 1.5.0
- notes: 3.0.1
- notifications: 2.4.1
- oauth2: 1.4.2
- password_policy: 1.6.0
- polls: 0.10.2
- previewgenerator: 2.1.0
- privacy: 1.0.0
- provisioning_api: 1.6.0
- quota_warning: 1.5.0
- ransomware_detection: 0.5.2
- ransomware_protection: 1.4.0
- recommendations: 0.4.0
- richdocuments: 3.3.15
- serverinfo: 1.6.0
- sharebymail: 1.6.0
- sharerenamer: 2.6.1
- smb_test: 0.2.2
- social: 0.2.101
- spreed: 6.0.4
- support: 1.0.0
- survey_client: 1.4.0
- suspicious_login: 1.0.0
- systemtags: 1.6.0
- tasks: 0.11.1
- text: 1.0.2
- theming: 1.7.0
- twofactor_backupcodes: 1.5.0
- updatenotification: 1.6.0
- uploaddetails: 0.1.0
- viewer: 1.1.0
- workflow_pdf_converter: 1.1.0
- workflow_script: 1.1.0
- workflowengine: 1.6.0
Disabled:
- admin_audit
- encryption
- terms_of_service
- user_ldap
Configuration (config/config.php)
{
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"xn--kevin-kck-67a.de"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "16.0.4.1",
"overwrite.cli.url": "https:\/\/xn--kevin-kck-67a.de",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"has_rebuilt_cache": true,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "tls",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"dbindex": 0,
"timeout": 1.5
},
"maintenance": false,
"theme": "",
"loglevel": 2
}
Are you using external storage, if yes which one: local
Are you using encryption: false
Are you using an external user-backend, if yes which one:
Client configuration
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Operating system:
Logs
Web server error log
Insert your web server log here
Nextcloud log
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
same issue with FTP and SMB Shares