# Honor the “asc” querystring parameter on group sort

**URL:** https://meta.discourse.org/t/honor-the-asc-querystring-parameter-on-group-sort/397541
**Category:** Feature
**Created:** [March 3, 2026, 3:34pm UTC](https://meta.discourse.org/t/honor-the-asc-querystring-parameter-on-group-sort/397541 "2026-03-03T15:34:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Jesse\_Starks](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jesse_starks/32/545067_2.png) [@Jesse\_Starks](https://meta.discourse.org/u/Jesse_Starks)
#### Post date: [March 3, 2026, 3:34pm UTC](https://meta.discourse.org/t/honor-the-asc-querystring-parameter-on-group-sort/397541/1 "2026-03-03T15:34:18Z")

</div>

See this post:

> [@Querystring param to sort group members last seen by descending?](https://meta.discourse.org/t/querystring-param-to-sort-group-members-last-seen-by-descending/397350/4):
>
> So the frontend code is capable of parsing “asc” - but it is not doing so?

Basically, looking to sort group members by last seen descending (most recent on top).

This feels like it might be a very quick fix. Is it possible to get working?

Thanks!

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [March 3, 2026, 7:17pm UTC](https://meta.discourse.org/t/honor-the-asc-querystring-parameter-on-group-sort/397541/2 "2026-03-03T19:17:15Z")

</div>

Yes thanks for mentioning it, I’ve made an update here:

[https://github.com/discourse/discourse/pull/38219](https://github.com/discourse/discourse/pull/38219)

So next time you update Discourse, this should work to show the list in descending order

```plaintext
/g/trust_level_0?order=last_seen_at&asc=false

```

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [March 4, 2026, 8:55am UTC](https://meta.discourse.org/t/honor-the-asc-querystring-parameter-on-group-sort/397541/3 "2026-03-04T08:55:18Z")

</div>

Is it possible to show that link in the address bar too? So when you use the table heading to toggle the order, the URL updates?

On /latest, for example, this already works.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [March 7, 2026, 1:00pm UTC](https://meta.discourse.org/t/honor-the-asc-querystring-parameter-on-group-sort/397541/4 "2026-03-07T13:00:05Z")

</div>

This topic was automatically closed after 3 days. New replies are no longer allowed.
