Is there any option to pass custom sorting order in url? For example, I have some statuses (OPEN, CLOSED, PENDING) and I want to order it like PENDING, CLOSED, OPEN. Can I pass this order in url (I don't want to use ascending, descending)? Something like:
/tasks?sort=status,[PENDING,CLOSED,OPEN]