challenge-api icon indicating copy to clipboard operation
challenge-api copied to clipboard

Sort not working for type / status

Open jmgasper opened this issue 2 years ago • 0 comments
trafficstars

In dev (api.topcoder-dev.com/v5/challenges), we are seeing empty results return for type and status sorting:

Example: https://api.topcoder-dev.com/v5/challenges?sortBy=type&sortOrder=desc&projectId=23080&page=1&perPage=10

Returning: []

We initially implemented the search here:

https://github.com/topcoder-platform/challenge-api/issues/528

We need to figure out what's going on, as this was working and is now going to be going to production shortly.

jmgasper avatar Dec 04 '22 00:12 jmgasper