nextcloud/core/src/services
Christoph Wurst 904badad56
Add the missing cursor parameter to unified search requests
Otherwise paginated search does not work. Basically you always requested
the first x items and then showed them again and again. The second or
any other subsequent page was never requested.

On a side note this also caused lots of Vue warning due to duplicate
keys.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-26 09:45:21 +02:00
..
UnifiedSearchService.js Add the missing cursor parameter to unified search requests 2020-08-26 09:45:21 +02:00
WebAuthnAuthenticationService.js Fix unified search 2020-08-03 11:26:03 +00:00