Data Sort doesn't work when used with searchCondition parameter in getRecords Method
I am trying to get all the job listings in descending order with the status `In progress`.
Here's my Request
I am sending the get request on the above URL.
The problem here is `sortOrderString` is not working with `searchCondition`. When I remove the `searchCondition`, the data gets sorted in descending order.
So my Question is, How can I get the job listings in descending order with the status `In progress` ?