Hello,
For our client we're building a custom jobboard integration on their website (React). For the jobs listing I need the data to be sorted by the category (all jobs are grouped per category) but if I add 'publishedCategory' as the sort value, I get the following error:
`{
"errorMessage": "Bad sort: unknown field publishedCategory.",
"errorCode": 400
}`
Is there a way to sort the data on this value in a different way maybe? I know I could sort the data structure after our API returns the data, but with pagination that is not gonna work.
Let me know if you need any more information.
JobOrder Search - sort on publishedCategory
Moderators: StaffingSupport, pmularski, BullhornSupport, StaffingSupport, pmularski, BullhornSupport