# Creating a custom filter homepage

**URL:** https://meta.discourse.org/t/creating-a-custom-filter-homepage/370062
**Category:** Support
**Created:** [June 13, 2025, 1:49pm UTC](https://meta.discourse.org/t/creating-a-custom-filter-homepage/370062 "2025-06-13T13:49:01Z")
**Posts on this page:** 1
**Showing post:** 5

<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: [June 13, 2025, 2:46pm UTC](https://meta.discourse.org/t/creating-a-custom-filter-homepage/370062/5 "2025-06-13T14:46:06Z")

</div>

Yeah it wouldn’t be too complicated to add a “hide duplicates” feature to [Filtered Topic Lists](https://meta.discourse.org/t/filtered-topic-lists/321031), if @gormus is interested. The `findFilteredTopics` action could be modified to store every topic ID in a list, and then duplicates could be filtered out.

The downside is that if you want a list of 10 topics, you might only get 5 after duplicates are removed… but that could be partially avoided by maybe fetching a few extra beyond what was specified in the setting.

---

_[View the full topic](https://meta.discourse.org/t/creating-a-custom-filter-homepage/370062)._
