nsantorello / Shumarks

Share meaningful content on the web.
www.shumarks.com
2 stars 0 forks source link

Link Search #14

Open shoebox639 opened 14 years ago

shoebox639 commented 14 years ago

Any user should be able to search across the entire site for un-deprecated links. The search should do a text search on url, name, and blurb for each term in the search box separated by spaces and OR them together. Rank the links with the most matches of all keywords at the top.

shoebox639 commented 14 years ago

This poses an interesting problem because text search cross columns is very slow. Have to find a good way to do this.