Need help with understanding how discourse search works

I think @Ranjan is asking how Discourse implements search in the Discourse application and is not asking about Google search.

He seems interested to understand how Discourse implements their internal search algorithm, and a good place to start is here in class SearchController:

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

Hey @Ranjan … you would be amazed at how much information can be found in the Discourse open source code on GitHub!

6 Likes