Hi, the following view shows group members, ordered by last seen.
https://si.discourse.group/g/trust_level_0?order=last_seen_at
It loads ascending by default.
By any chance is there a querystring param to flip this to descending?
Hi, the following view shows group members, ordered by last seen.
https://si.discourse.group/g/trust_level_0?order=last_seen_at
It loads ascending by default.
By any chance is there a querystring param to flip this to descending?
The code for this has a asc filter to sort by ascending, but I can’t seem to make it work in the url…