nextcloud / nextcloud/cookbook
Pagination does not work in the Nextcloud unified search
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 641
- Forks
- 113
- Avg merge
- 21h 31m
- Merged PRs (30d)
- 26
Description
Description
Since there is no pagination in the unified search engine, once the number of recipes increases, the number of results becomes enormous, causing Nextcloud to stop responding because it has to handle thousands of thumbnail requests at the same time.
Reproduction
When you click on the unified search bar in an environment with many recipes and type a letter that matches many of them, a huge, endless scroll appears.
Expected behavior
Solutions ranked from most to least desirable:
- Have it paginate like the other Nextcloud modules.
- Display only the first N results, even if it omits the rest.
- Completely disable the unified search for Cookbook
Screenshots
Versions
Nextcloud server version: Last stable
Cookbook version: Last stable
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 tracing Cookbook's unified-search integration and reproduce the endless result list in an environment with many recipes. Compare its behavior with other Nextcloud modules that paginate, then verify that broad searches no longer trigger an unbounded result list or overwhelming thumbnail requests.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend, search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100