Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Oct 6, 2025

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 <[email protected]>
@backportbot backportbot bot requested review from a team and provokateurin as code owners October 6, 2025 08:52
@backportbot backportbot bot requested review from CarlSchwan, ChristophWurst, leftybournes, nfebe and provokateurin and removed request for a team October 6, 2025 08:52
@backportbot backportbot bot added 3. to review Waiting for reviews feature: search labels Oct 6, 2025
@backportbot backportbot bot added this to the Nextcloud 32.0.1 milestone Oct 6, 2025
@provokateurin provokateurin merged commit 5678b63 into stable32 Oct 6, 2025
211 of 213 checks passed
@provokateurin provokateurin deleted the backport/55434/stable32 branch October 6, 2025 20:31
@nfebe
Copy link
Contributor

nfebe commented Oct 8, 2025

/backport to stable31

@backportbot
Copy link
Author

backportbot bot commented Oct 8, 2025

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.

@blizzz blizzz mentioned this pull request Oct 14, 2025
@nfebe
Copy link
Contributor

nfebe commented Nov 4, 2025

/backport to stable31

@backportbot
Copy link
Author

backportbot bot commented Nov 4, 2025

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 free to 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.

4 participants