# 로그인된 사용자만 검색할 수 있는 옵션이 있나요?

**URL:** https://meta.discourse.org/t/option-to-enable-search-for-logged-in-users-only/256772
**Category:** Feature
**Tags:** search
**Created:** [3월 2, 2023, 5:24오전 UTC](https://meta.discourse.org/t/option-to-enable-search-for-logged-in-users-only/256772 "2023-03-02T05:24:14Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![opcourdis](https://avatars.discourse-cdn.com/v4/letter/o/45deac/32.png) [@opcourdis](https://meta.discourse.org/u/opcourdis)
#### Post date: [6월 21, 2025, 11:07오전 UTC](https://meta.discourse.org/t/option-to-enable-search-for-logged-in-users-only/256772/3 "2025-06-21T11:07:50Z")

</div>

안녕하세요, 이 스레드를 확인해 보세요: [Hooks from: & to: syntax in yml to disable anonymous searches - #4 by opcourdis](https://meta.discourse.org/t/hooks-from-to-syntax-in-yml-to-disable-anonymous-searches/370952/4?u=opcourdis)

app.yml 파일의 env: 섹션에 아래 줄을 추가한 후 ./launcher restart app을 실행하면 유용할 수 있습니다. 물론, 세션 쿠키를 설정하여 로그인한 척 할 수 있는 익명 사용자가 다른 방식으로 콘텐츠에 접근할 수 있는 방법이 여전히 존재하는지에 대해서는 의문이 듭니다. 하지만 제가 틀렸을 수도 있습니다. 이 문제에 대해 의견이 있으신 분은 자유롭게 공유해 주세요.

```plaintext
env:
  DISCOURSE_RATE_LIMIT_SEARCH_ANON_GLOBAL_PER_MINUTE: 0

```

---

_[View the full topic](https://meta.discourse.org/t/option-to-enable-search-for-logged-in-users-only/256772)._
