nextcloud-server/core/Controller
nfebe 2053112887 fix(unified-search): Remove hard-coded search result limit
A change added in https://github.com/nextcloud/server/pull/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>
2025-10-02 15:44:36 +02:00
..
AppPasswordController.php
AutoCompleteController.php
AvatarController.php fix(core): Stop abusing the cache for avatar upload 2025-09-25 13:08:14 +02:00
ClientFlowLoginController.php
ClientFlowLoginV2Controller.php
CollaborationResourcesController.php
ContactsMenuController.php
CSRFTokenController.php
CssController.php
ErrorController.php
GuestAvatarController.php
HoverCardController.php
JsController.php
LoginController.php
LostController.php
NavigationController.php
OCJSController.php
OCMController.php
OCSController.php fix(core): Make OCSController class final to avoid accidentally extending it 2025-09-30 16:51:51 +02:00
PreviewController.php
ProfileApiController.php
RecommendedAppsController.php
ReferenceApiController.php
ReferenceController.php
SetupController.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +02:00
TaskProcessingApiController.php
TeamsApiController.php
TextProcessingApiController.php
TextToImageApiController.php
TranslationApiController.php
TwoFactorApiController.php
TwoFactorChallengeController.php refactor: Apply rector Nextcloud 27 set 2025-09-28 11:45:52 +02:00
UnifiedSearchController.php fix(unified-search): Remove hard-coded search result limit 2025-10-02 15:44:36 +02:00
UnsupportedBrowserController.php
UserController.php
WalledGardenController.php
WebAuthnController.php
WellKnownController.php
WhatsNewController.php fix: Use the correct OCSController 2025-09-30 16:51:51 +02:00
WipeController.php