Commit f5b9663
committed
fix(unified-search): Remove hard-coded search result limit
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 <fenn25.fn@gmail.com>1 parent d36fc65 commit f5b9663
4 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8511 | 8511 | | |
8512 | 8512 | | |
8513 | 8513 | | |
8514 | | - | |
| 8514 | + | |
8515 | 8515 | | |
8516 | 8516 | | |
8517 | 8517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8511 | 8511 | | |
8512 | 8512 | | |
8513 | 8513 | | |
8514 | | - | |
| 8514 | + | |
8515 | 8515 | | |
8516 | 8516 | | |
8517 | 8517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12024 | 12024 | | |
12025 | 12025 | | |
12026 | 12026 | | |
12027 | | - | |
| 12027 | + | |
12028 | 12028 | | |
12029 | 12029 | | |
12030 | 12030 | | |
| |||
0 commit comments