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 pagination field generation for duplicate keys #10189

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Dec 12, 2024

Our search endpoint supports having multiple ids[] query parameters defined, but the way we generate our pagination fields only considered the last such query parameter until now. This PR fixes the code to include all query parameters instead.

@Turbo87 Turbo87 added C-bug 🐞 Category: unintended, undesired behavior A-backend ⚙️ labels Dec 12, 2024
… keys

Our search endpoint supports having multiple `ids[]` query parameters defined, but the way we generate our paginations fields only considered the last such query parameter until now. This commit fixes the code to include all query parameters instead.
@Turbo87 Turbo87 enabled auto-merge December 12, 2024 16:04
@Turbo87 Turbo87 merged commit c318fff into rust-lang:main Dec 12, 2024
8 checks passed
@Turbo87 Turbo87 deleted the multi-id branch December 12, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-bug 🐞 Category: unintended, undesired behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant