nextcloud / nextcloud/fulltextsearch
Change search behavior from "keyword1 OR keyword2 OR ..." to "keyword1 AND keyword2 AND ..."
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 234
- Forks
- 64
- Avg merge
- 6h 18m
- Merged PRs (30d)
- 10
Description
(Maybe the function is implemented and I did not find it in the documentation, so please ignore this feature request and maybe point me to the respective page in the docu.)
At the moment searches yield way to many results to be useful. When adding more keywords, even more results are found. So I assume the default behavior of the search is to search for "keyword1 OR keyword2 OR ...". I think it would be more helpful if it would be "keyword1 AND keyword2 AND ..."
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
The issue does not name a file, test, or entry point. Start by locating the search implementation and relevant documentation, then determine whether multiple keywords currently use OR semantics; done means implementing or documenting the requested AND behavior, with search results confirming the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100