Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Website Search Algorithm

How does the search algorithm on stackoverflow work? I need to implement a search functionality in one of my web sites.

like image 410
Ramesh Soni Avatar asked Jun 04 '09 13:06

Ramesh Soni


2 Answers

You should look into Full Text Search:

https://en.wikipedia.org/wiki/Full-text_search

like image 124
andreialecu Avatar answered Oct 01 '22 08:10

andreialecu


Not very well. If you need your site searchable, try adding a Google search box through Adsense (and setting up a sitemap).

like image 29
chaos Avatar answered Oct 01 '22 10:10

chaos