# 사용자 지정 필터 홈페이지 만들기

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

<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: [6월 13, 2025, 5:56오후 UTC](https://meta.discourse.org/t/creating-a-custom-filter-homepage/370062/9 "2025-06-13T17:56:58Z")

</div>

> [@MihirR](#):
>
> 솔직히 말하면, 지금은 날짜를 추가할 수 있는 방식으로 작동합니다. 예를 들어 다음과 같습니다:
> 
> > activity-before:YYYY-MM-DD 지정된 날짜보다 이전의 최신 활동이 있는 주제  
> > activity-after:YYYY-MM-DD 지정된 날짜보다 이후의 최신 활동이 있는 주제  
> > created-before: YYYY-MM-DD 지정된 날짜보다 이전에 생성된 주제  
> > created-after:YYYY-MM-DD 지정된 날짜보다 이후에 생성된 주제
> 
> 하지만 그러면 항상 날짜를 변경해야 합니다. 포럼에서 할 수 있는 다른 대안이 있을까요?

오늘 이 문제를 조금이라도 해결해 줄 업데이트를 적용했습니다: [FEATURE: allow date-based filters to accept a day count - Pull Request #33197 - discourse/discourse - GitHub](https://github.com/discourse/discourse/pull/33197) (다음에 Discourse를 업데이트하면 적용됩니다)

이제 activity/created-before/after 필터에 원하는 일 수를 입력할 수 있습니다. 예를 들어 다음과 같이 사용할 수 있습니다:

`activity-after:7` 지난 7일 동안 활동이 있었던 주제  
`created-after:1` 1일 전에 생성된 주제

오늘(자정 이후)을 의미하려면 0을 사용할 수도 있습니다

---

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