nextcloud / nextcloud/fulltextsearch
occ config:app:set fulltextsearch search_platform value changed :-(
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 234
- Forks
- 64
- Avg merge
- 6h 18m
- Merged PRs (30d)
- 10
Description
To whom it may concern:
I just had to learn that the value of the occ config:app:set fulltextsearch search_platform command changed from FullTextSearch_ElasticSearch to FullTextSearch_Elasticsearch (It's the "s" in search.)
For people using the web gui to setup nextcloud that might not be a big thing.
For automation you want to avoid such "typos" or " typo corrections". Because it breaks your scripts/playbooks.
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 with the occ config:app:set fulltextsearch search_platform entry point and review the referenced commit. Trace how the old and new search_platform spellings are handled, then identify the expected behavior for automation and cover it with an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elasticsearch, php
- Domain
- backend, search
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100