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
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
PreviewController.php
ProfileApiController.php
RecommendedAppsController.php
ReferenceApiController.php
ReferenceController.php
SetupController.php
TaskProcessingApiController.php
TeamsApiController.php
TextProcessingApiController.php
TextToImageApiController.php
TranslationApiController.php
TwoFactorApiController.php
TwoFactorChallengeController.php
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
WipeController.php