Querystring param to sort group members last seen by 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?

3 Likes

The code for this has a asc filter to sort by ascending, but I can’t seem to make it work in the url…

2 Likes

I think you are not the first one who struggles with that

3 Likes

So the frontend code is capable of parsing “asc” - but it is not doing so?

1 Like

I opened a feature request - since we confirmed the code currently does not do this. Thanks @Moin and @NateDhaliwal

Feature request:

3 Likes