Skip to content

Conversation

@nfebe
Copy link
Contributor

@nfebe nfebe commented Sep 30, 2025

We implemented a max entries per result config that ultimately hides possible search results after 25 (default) or configured maximum.

This fix implements getting new entries starting from an offset with the allowed

Related: #55434

A changed 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]>
We implemented a max entries per result config that ultimately hides possible
search results after 25 (default)  or configured maximum.

This fix implements getting new entries starting from an offset with the allowed max entries.

Related: #55434

Signed-off-by: nfebe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants