# 더 강력하고 정교한 사이트 검색을 수행하는 방법?

**URL:** https://meta.discourse.org/t/how-to-perform-more-robust-site-search/364144
**Category:** Support
**Tags:** search
**Created:** [4월 30, 2025, 12:35오후 UTC](https://meta.discourse.org/t/how-to-perform-more-robust-site-search/364144 "2025-04-30T12:35:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ganncamp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ganncamp/32/106199_2.png) [@ganncamp](https://meta.discourse.org/u/ganncamp)
#### Post date: [4월 30, 2025, 12:35오후 UTC](https://meta.discourse.org/t/how-to-perform-more-robust-site-search/364144/1 "2025-04-30T12:35:26Z")

</div>

오늘 새로운 기능 알림을 받았습니다. 그 안에 다음 내용이 포함되어 있었습니다:

 ![Selection_2385](https://global.discourse-cdn.com/meta/original/4X/c/1/9/c196fb493f1178977cdf7567d54c301dde20713d.png)

이 기능을 직접 보고 싶어서 사이트 검색으로 이동했습니다:

 ![Selection_2386](https://global.discourse-cdn.com/meta/original/4X/e/0/7/e072ceffd021c80046b41a92fcfdd53526e26f8e.png)

whispers나 봇이 작성한 내용을 어떻게 검색해야 하는지 도무지 모르겠습니다. 사용해야 할 특별한 검색어 구문이 있는 건가요(있다면 어디에서 찾을 수 있는지 알려주시면 감사하겠습니다)?

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [4월 30, 2025, 12:50오후 UTC](https://meta.discourse.org/t/how-to-perform-more-robust-site-search/364144/3 "2025-04-30T12:50:17Z")

</div>

새로운 속삭임(whispers) 및 봇 필터:

> <https://github.com/discourse/discourse/pull/32252#issue-2984520500>
>
> Add new advanced search filters for post types
> 
> \- \`in:bot\` or \`in:bots\`: Filters… for posts made by bot users (user\_id \< 0)
> \- \`in:human\` or \`in:humans\`: Filters for posts made by human users (user\_id \>= 0)
> \- \`in:whisper\` or \`in:whispers\`: Filters for whisper posts (respects permissions)
> \- \`in:regular\`: Filters for regular posts only

이것들이 검색 결과에 대한 새로운 필터인 것 같습니다. 이 문서 주제를 업데이트해야 합니다:

> [@효과적인 콘텐츠 검색 방법](https://meta.discourse.org/t/searching-for-content-effectively/273328):
>
> bookmark 이 가이드는 필터, 옵션 및 고급 기법을 포함하여 Discourse의 검색 기능을 포괄적으로 설명합니다. person_raising_hand 필요한 사용자 수준: 모든 사용자 Discourse는 수많은 필터와 기준을 갖춘 강력한 검색 기능을 제공합니다. 고급 검색 양식을 사용하면 쿼리에 관련 구문이 자동으로 추가됩니다. 예를 들어, [x] 내 메시지를 선택하면 검색 쿼리에 in:personal이 추가됩니다. 이 가이드는 Discourse에서 사용할 수 있는 모든 검색 옵션과 기능을 다루며, 검색 기능을 사용하는 데 유용한 팁과 요령을 제공합니다. 필터 Discourse는 검색 결과를 정제하는 데 도움이 되는 다양한 필터를 제공합니다. 사용 가능한 필터의 포괄적인 목록은 다음과 같습니다: 검색 범위 필터 구문 설명 in:title 제목에 검색어가 포함된 토픽을 반환합니다 in:first 토픽의 첫 번째 게시물만 반환합니다 in:…

---

<div class="post-metadata">

### Author: ![ganncamp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ganncamp/32/106199_2.png) [@ganncamp](https://meta.discourse.org/u/ganncamp)
#### Post date: [4월 30, 2025, 1:02오후 UTC](https://meta.discourse.org/t/how-to-perform-more-robust-site-search/364144/7 "2025-04-30T13:02:37Z")

</div>

감사합니다!

이 특수 구문 목록을 UI 자체에 삽입하는 것이 가능할까요?

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [5월 1, 2025, 1:07오전 UTC](https://meta.discourse.org/t/how-to-perform-more-robust-site-search/364144/9 "2025-05-01T01:07:26Z")

</div>

이 #customization:theme-component를 사용하면 될 것 같지만, 필터를 관리자/모더레이터 전용으로 설정할 수 있는지 확실하지 않습니다.

> [@필터링된 토픽 목록](https://meta.discourse.org/t/filtered-topic-lists/321031?u=heliosurge):
>
> information_sourceSummary Allows creating custom topic list using filters. The lists then can be displayed in selected plugin outlet for selected pages.eyeglassesPreview [Theme Creator](https://discourse.theme-creator.io/theme/gormus/filtered-topic-lists)hammer_and_wrenchRepository [https://github.com/gormus/discourse-filtered-topic-lists](https://github.com/gormus/discourse-filtered-topic-lists)questionInstall Guide [How to install a theme or theme component](https://meta.discourse.org/t/how-do-i-install-a-theme-or-theme-component/63682)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Allows creating c…

또한 #customization:plugin도 사용할 수 있으며, 누가 볼 수 있는지에 대한 옵션이 있는 것 같습니다.

> [@Discourse 사용자 지정 주제 목록](https://meta.discourse.org/t/discourse-custom-topic-lists/311186?u=heliosurge):
>
> discourse2Summary Allows you to create custom topic lists that can be accessed via a URLhammer_and_wrenchRepository Link [GitHub - discourse/discourse-custom-topic-lists: custom topic lists · GitHub](https://github.com/discourse/discourse-custom-topic-lists)open_bookInstall Guide [How to install plugins in Discourse](https://meta.discourse.org/t/install-plugins-in-discourse/19157)Features This plugin adds a new dropdown; when clicked, it leads you to a custom topic list based on a filter defined in the configuration. The new dropdown: The sidebar l…
