# Sort display of topics Alphabetically

**URL:** https://meta.discourse.org/t/sort-display-of-topics-alphabetically/53911
**Category:** Feature
**Tags:** topic-filter
**Created:** [7 בדצמבר,‏ 2016,‏ 10:19am UTC](https://meta.discourse.org/t/sort-display-of-topics-alphabetically/53911 "2016-12-07T10:19:21Z")
**Posts on this page:** 1
**Showing post:** 24

<div class="post-metadata">

### Author: ![nat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nat/32/235063_2.png) [@nat](https://meta.discourse.org/u/nat)
#### Post date: [27 ביוני,‏ 2023,‏ 3:30pm UTC](https://meta.discourse.org/t/sort-display-of-topics-alphabetically/53911/24 "2023-06-27T15:30:42Z")

</div>

We currently have a new `/filters` endpoint for logged in users. (Full topic [here](https://meta.discourse.org/t/experimental-topics-list-filter-feature/263641))

> [@Topics list filter feature](https://meta.discourse.org/t/topics-list-filter-feature/263641/1):
>
> We have recently introduced an innovative [/filter](https://meta.discourse.org/filter) route, enabling more sophisticated filtering of the topics list. Significantly, this marks the initial step towards a unified topic filtering language for both search and filtering. Additionally, the dedicated route for topic list filtering enhances the customizability of the sidebar  
> …
> 
> ### How to turn it on
> 
> Enable the `experimental_topics_filter` site settings in the admin interface.
> 
> ### How it works
> 
> The [/filter](https://meta.discourse.org/filter) has an input field which users can input a query string to filter through the list of topics.  
> …  
> Currently this is the list of filters that are supported:
> 
> > …
> > 
> > `order:activity` order by bump date desc  
> > `order:latest-post` order by latest post creation desc  
> > `order:created` order by topic creation desc  
> > …  
> > `order:ANY-asc` flip order on results so it is ascending

I checked in with @tgxworld and it seems like doing `order:title` wasn’t too difficult, and he has made an addition is pending review and merge.

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

Wondering if this is suitable for you?

---

_[View the full topic](https://meta.discourse.org/t/sort-display-of-topics-alphabetically/53911)._
