Click to See Complete Forum and Search --> : Search algorithm


knickerbocker
01-18-2009, 06:39 AM
Hello,
I hope my question falls in the right forum. I have a content web 2.0 website with ms sql database. As most content websites, every file has Title, description and tags added by uploaders.

I would like to know if there is any standard algorithm for SQL search based on title description and tags.

Thanks!

debiguana
01-22-2009, 08:07 AM
You need to be more specific. The "standard search algorithm for SQL" is SELECT * FROM foo WHERE bar='baz'. If you're looking for something more involved, you'll need to be specific as to your problem.

-Doug