# Topics list filter feature

**URL:** https://meta.discourse.org/t/topics-list-filter-feature/263641
**Category:** Feature
**Tags:** feedback, topic-filter
**Created:** [May 3, 2023, 4:44am UTC](https://meta.discourse.org/t/topics-list-filter-feature/263641 "2023-05-03T04:44:53Z")
**Posts on this page:** 1
**Showing post:** 53

<div class="post-metadata">

### Author: ![jrgong](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@jrgong](https://meta.discourse.org/u/jrgong)
#### Post date: [September 15, 2024, 11:33am UTC](https://meta.discourse.org/t/topics-list-filter-feature/263641/53 "2024-09-15T11:33:07Z")

</div>

Is there any way to use order:title in a way by incremental numbers?

E.g, we have numbered topic titles which we would like to sort accordingly:

```plaintext
1.1
1.2
...
1.9
1.10
1.11
1.12
...

```

But with `order:title-asc` filter we get

```plaintext
1.1
1.10
1.11
1.12
1.2
...
1.9

```

Any ideas for a workaround?

---

_[View the full topic](https://meta.discourse.org/t/topics-list-filter-feature/263641)._
