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

add default sorting order with search results #242

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

blueSwordfish
Copy link
Contributor

For calls like with an order like /api/v1/codes/?view=keys&top=100&skip=0&order=version, it works file.

For calls to this without setting a sort order: /api/v1/applications/?view=key&top=100&skip=100000, the results will be back without consistence for multiple calls since the default order is not set correctly in the backend. This PR is to fix the default sorting order.

@blueSwordfish blueSwordfish merged commit 8e1e9e5 into default_sort_order Dec 19, 2023
22 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants