You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can search by field like /search?is_approved=true&is_active=true
However, I need a way to sort the result by a field e.g. /search?is_approved=true&is_active=true&order=[-date]
I can search by field like
/search?is_approved=true&is_active=trueHowever, I need a way to sort the result by a field e.g.
/search?is_approved=true&is_active=true&order=[-date]How to achieve this?