nextcloud / fulltextsearch_elasticsearch

🔍 Use Elasticsearch to index the content of your Nextcloud
https://apps.nextcloud.com/apps/fulltextsearch_elasticsearch
GNU Affero General Public License v3.0
81 stars 30 forks source link

Any limitation of Elasticsearch in Nextcloud in term of how many number of users are supported #260

Open kevinkuan1969 opened 1 year ago

kevinkuan1969 commented 1 year ago

Fresh install Nextcloud from 26.0.0 to 26.0.2 with Elasticsearch Version: 8.7.1. All work well for the first 2 users with admin role.

No search results return after the third users onward........ Any setting can be done to enable to all users. Thanks.

kevinkuan1969 commented 1 year ago

Using command below to check the difference between the two documents from successful user vs non successful user. The non successful user who cannot return any result from Elasticsearch contains NULL value in User field.

 sudo -u www-data php occ fulltextsearch:document:platform files

image

image