# Discourse 검색 원리 이해에 도움 필요

**URL:** https://meta.discourse.org/t/need-help-with-understanding-how-discourse-search-works/173342
**Category:** Support
**Created:** [12월 15, 2020, 5:01오전 UTC](https://meta.discourse.org/t/need-help-with-understanding-how-discourse-search-works/173342 "2020-12-15T05:01:56Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![neounix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neounix/32/215617_2.png) [@neounix](https://meta.discourse.org/u/neounix)
#### Post date: [12월 16, 2020, 2:23오전 UTC](https://meta.discourse.org/t/need-help-with-understanding-how-discourse-search-works/173342/3 "2020-12-16T02:23:31Z")

</div>

> [@simon](#):
>
> 구글이 사이트를 검색할 수 있도록 허용하기 위해 Discourse가 무엇을 하는지 묻고 계신 건가요?

@Ranjan 님은 구글 검색에 대해 묻는 것이 아니라, Discourse 애플리케이션 내에서 검색 기능이 어떻게 구현되는지 묻고 있다고 생각합니다.

> [@Ranjan](#):
>
> 우리의 커뮤니티가 Discourse 플랫폼에 있기 때문에, Discourse는 검색을 어떻게 구현합니까?  
> 정보를 수집하는 데 구글이 사용하는 태그와 다른 Discourse 태그가 있습니까?
> 
> 우리 커뮤니티 게시물의 검색 결과를 가장 잘 가져올 태그(게시물 질문, 주제 제목, 답변 내 키워드, 질문 카테고리 태그)는 무엇일까요?

그분은 Discourse의 내부 검색 알고리즘이 어떻게 구현되는지 이해하는 데 관심이 있는 것 같으며, 좋은 시작점은 여기의 `class SearchController`입니다:

> <https://github.com/discourse/discourse/blob/94cd5ac0b1b654ba55028c3cdead1bfb40af2991/app/controllers/search_controller.rb>

@Ranjan 님… GitHub의 Discourse 오픈 소스 코드에서 얼마나 많은 정보를 찾을 수 있는지 놀라실 겁니다!

---

_[View the full topic](https://meta.discourse.org/t/need-help-with-understanding-how-discourse-search-works/173342)._
