Skip to content

[stable32] fix(unified-search): Remove hard-coded search result limit - #55565

Merged
provokateurin merged 1 commit into
stable32from
backport/55434/stable32
Oct 6, 2025
Merged

[stable32] fix(unified-search): Remove hard-coded search result limit#55565
provokateurin merged 1 commit into
stable32from
backport/55434/stable32

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #55434

A change added in #45317 introduced
a hard stop (25) that prevents full search results from showing up.
If there are more than 25 search results for a query only 25 can be seen.
So two main issues:
- Only 25 results can be seen in total no matter what.
- Breaks web client pagination, which typically adds 5 results per request.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
@backportbot
backportbotBot requested review from a team and provokateurin as code ownersOctober 6, 2025 08:52
@backportbot
backportbotBot requested review from CarlSchwan, ChristophWurst, leftybournes, nfebe and provokateurin and removed request for a teamOctober 6, 2025 08:52
@backportbotbackportbotBot added this to the Nextcloud 32.0.1 milestone Oct 6, 2025
@provokateurin
provokateurin merged commit 5678b63 into stable32Oct 6, 2025
211 of 213 checks passed
@provokateurin
provokateurin deleted the backport/55434/stable32 branch October 6, 2025 20:31
@nfebe

nfebe commented Oct 8, 2025

Copy link
Copy Markdown
Contributor

/backport to stable31

@backportbot

Copy link
Copy Markdown
Author

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/55565/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 14b047b9
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/55565/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@blizzzblizzz mentioned this pull request Oct 14, 2025
@nfebe

nfebe commented Nov 4, 2025

Copy link
Copy Markdown
Contributor

/backport to stable31

@backportbot

Copy link
Copy Markdown
Author

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/55565/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 14b047b9
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/55565/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@nfebe@AndyScherzinger@provokateurin