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

V9: Fixes issue where PublishedContentQuery executes skip twice. #11549

Conversation

bergmania
Copy link
Member

Fixes issue where PublishedContentQuery executes skip twice.
So if the query returns 4 results, and you have skip =1 take=5, you only had 2 results. This is fixed in this commit.

This is an issue compared to v8, because Examine now handles skiptake directly, in a few lines above these changes.

…e query returns 4 resuls, and you have skip =1 take=5, you only had 2 results. This is fixed in this commit.
@bergmania
Copy link
Member Author

Duplicate of #11378

@bergmania bergmania marked this as a duplicate of #11378 Nov 2, 2021
@bergmania bergmania closed this Nov 2, 2021
@elit0451 elit0451 deleted the v9/bugfix/publiced_content_query_execute_skip_in_search_twice branch November 3, 2021 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant