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

[Improvement]: Add default orderBy #47

Open
niro1987 opened this issue Oct 19, 2024 · 0 comments
Open

[Improvement]: Add default orderBy #47

niro1987 opened this issue Oct 19, 2024 · 0 comments

Comments

@niro1987
Copy link
Owner

The problem

When performing multiple GET requests on an endpoint (Credits) without any sorting, the same unique resource can end up on multiple pages. The total returned resources does not deviate from the inlineCount, concluding that some unique resource is missed while others are duplicated in the result.

By adding a default orderBy on the resource seq attribute, we should be able to avoid this behaviour.

Relevant logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant