-
Notifications
You must be signed in to change notification settings - Fork 51
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
No search results at all with elasticsearch #364
Comments
What is the result of |
`[root@cloud2 ~]# occ fulltext:test .Testing your current setup:
|
I noticed in a comment nextcloud/fulltextsearch_elasticsearch#31 (comment) that indexing has to finish first before you can use fulltextsearch in nextcloud. I had the same errors on my instance described there so I will make sure indexing is done before I try again. |
I managed to complete indexing and finally could perform a full text search in Nextcloud. |
I have extended my nextcloud server by elasticsearch by following the steps in https://fribeiro.org/tech/2018/02/07/nextcloud-full-text-elasticsearch/
Additionally I installed readonlyrest for authentication. After indexing I could search by issuing curl commands and got all the results expected. In Nextcloud however, the searchbox never returned a single result so far. The url configured for fulltext is identical with the one I am using for the curl search from the bash. How can I debug this problem? The logs I checked do not show any trace of my search attempts.
I am using Nextcloud 13.0.5 on centos 7.2., users authenticated by LDAP
Apps installed:
The text was updated successfully, but these errors were encountered: