Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable Fulltextsearch to all users (including non admin)? #222

Closed
kevinkuan1969 opened this issue Jun 5, 2023 · 3 comments
Closed

Comments

@kevinkuan1969
Copy link

No description provided.

@kevinkuan1969
Copy link
Author

Managed to setup Elasticsearch 8.7.1 in Nextcloud 26.0.2 and both works successfully for two users who are adminstrator role.

When login to another new user which is not adminstrator and discovered nothing return in UI search result. Also issue the following command to confirm:

sudo -u www-data php occ fulltextsearch:search "userxxx" xxxxxxx

search

Deck
Files

In the command of php occ filetextsearh:live, the elasticsearch seems to perform the indexing but always status is waiting
image

Kindly advise is the elasticsearch to allow install in Nextcloud only limit for certain number of users or any settings need to be applied. Thanks.

@kevinkuan1969
Copy link
Author

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

@joshtrichards
Copy link
Member

Closing as a duplicate of nextcloud/fulltextsearch#751

@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants