nextcloud / nextcloud/fulltextsearch
Results show the search in Files for "new" returned 318 results in 284 ms, But results not display on browser
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 234
- Forks
- 64
- Avg merge
- 6h 18m
- Merged PRs (30d)
- 10
Description
I try search on fulltextsearch, It show text "the search in Files for "new" returned 318 results in 284 ms", But results not display on browser
NC Version : 25.0.3
Check list:
systemctl status elasticsearch --> active (running)
sudo -u www-data php /var/www/html/nextcloud/occ fulltextsearch:test --> pass
sudo -u www-data php /var/www/html/nextcloud/occ fulltextsearch:index --> finish
sudo -u www-data php /var/www/html/nextcloud/occ fulltextsearch:live --> waiting
curl -XGET 'localhost:9200/_search?q=test&pretty' --> working
Completed list
/usr/share/elasticsearch/bin/elasticsearch-plugin remove ingest-attachment
/usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment
sudo systemctl restart elasticsearch && sudo systemctl status elasticsearch
Could you please advise me?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the full-text search in the browser on Nextcloud 25.0.3, then run the mentioned occ fulltextsearch:test and fulltextsearch:index commands and the Elasticsearch curl query to compare their results. Done means the browser displays the indexed search results instead of only the result count and timing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elasticsearch, php
- Domain
- backend, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100