# How is Discourse Search implemented?

**URL:** https://meta.discourse.org/t/how-is-discourse-search-implemented/195320
**Category:** Support
**Tags:** search
**Created:** [June 29, 2021, 4:58am UTC](https://meta.discourse.org/t/how-is-discourse-search-implemented/195320 "2021-06-29T04:58:14Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Yashi12](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/yashi12/32/225822_2.png) [@Yashi12](https://meta.discourse.org/u/Yashi12)
#### Post date: [June 29, 2021, 4:58am UTC](https://meta.discourse.org/t/how-is-discourse-search-implemented/195320/1 "2021-06-29T04:58:14Z")

</div>

What kind of Search algorithm Discourse uses, for recommending similar topics. Can someone guide me with it, I want to improve it, further.

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [June 30, 2021, 1:18am UTC](https://meta.discourse.org/t/how-is-discourse-search-implemented/195320/2 "2021-06-30T01:18:40Z")

</div>

Discourse relies on Postgres’s full text search: [PostgreSQL: Documentation: 13: Chapter&nbsp;12.&nbsp;Full Text Search](https://www.postgresql.org/docs/13/textsearch.html)

---

<div class="post-metadata">

### Author: ![Yashi12](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/yashi12/32/225822_2.png) [@Yashi12](https://meta.discourse.org/u/Yashi12)
#### Post date: [June 30, 2021, 8:35am UTC](https://meta.discourse.org/t/how-is-discourse-search-implemented/195320/3 "2021-06-30T08:35:40Z")

</div>

Thanks a lot @tgxworld, I will go through PostreSQL: Full text Search, also can u please tell how you came to know that Discourse uses this search mechanism.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [January 14, 2024, 11:44am UTC](https://meta.discourse.org/t/how-is-discourse-search-implemented/195320/5 "2024-01-14T11:44:31Z")

</div>


