We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When all three toggles in ‘COMPETITIVE PROGRAMMING’ section are selected it should retrieve matching results
For this particular case, the API is being sent parameters to search the challenge tracks, and a challenge type of SRM, which doesn't exist.
SRM
If a challenge type is given that doesn't exist, we shouldn't return any results in the API.
https://topcoder.atlassian.net/browse/PROD-3035
The text was updated successfully, but these errors were encountered:
Filters in the competitive programming section are not giving correct…
a167238
… results #525
bf3fce5
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Description
Expected:
When all three toggles in ‘COMPETITIVE PROGRAMMING’ section are selected it should retrieve matching results
For this particular case, the API is being sent parameters to search the challenge tracks, and a challenge type of
SRM
, which doesn't exist.If a challenge type is given that doesn't exist, we shouldn't return any results in the API.
Ref
https://topcoder.atlassian.net/browse/PROD-3035
The text was updated successfully, but these errors were encountered: