]> source.dussan.org Git - nextcloud-server.git/commit
Add the missing cursor parameter to unified search requests
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 25 Aug 2020 15:01:10 +0000 (17:01 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 26 Aug 2020 07:45:21 +0000 (09:45 +0200)
commit904badad56801f069c549f5e4507954b5978476d
tree556f257d3282637273c76f3c45085b43e934c110
parent00459adfa29bba4198440d04ec6a505b65e5096a
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>
core/src/services/UnifiedSearchService.js
core/src/views/UnifiedSearch.vue