# 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:** 1
**Showing post:** 2

<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

```

---

_[View the full topic](https://meta.discourse.org/t/honor-the-asc-querystring-parameter-on-group-sort/397541)._
