Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the pagination in the unified search #3482

Merged
merged 1 commit into from
Aug 25, 2020

Conversation

ChristophWurst
Copy link
Member

@ChristophWurst ChristophWurst commented Aug 25, 2020

Before it always returned $limit results but nothing more. Now it will
give back the actual page and a cursor, so the rest can be fetched in
consecutive search requests.

Before it always returned $limit results but nothing more. Now it will
give back the actual page and a cursor, so the rest can be fetched in
consecutive search requests.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst added this to the v1.5 milestone Aug 25, 2020
@ChristophWurst ChristophWurst self-assigned this Aug 25, 2020
@ChristophWurst ChristophWurst merged commit 5f0c1e5 into master Aug 25, 2020
@ChristophWurst ChristophWurst deleted the fix/unified-search-pagination branch August 25, 2020 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants