Jump to content

search engine


mickey

Recommended Posts

These two articles helped me understand how to build a search engine for a couple of sites that I built. They are mostly in C# and .NET, but even if you don't happen to know C# or use .NET, they talk about how search engines work and can provide insight for your project.http://www.codeproject.com/aspnet/Searcharoo.asphttp://www.codeproject.com/aspnet/Spideroo.asp

Link to comment
Share on other sites

  • 3 weeks later...

For example if you want to search for peppers in your "vegetables' table, your sql will be like thisSELECT * FROM vegetablesWHERE name LIKE "*peppers*"this will return red peppers, green peppers etc etcyou can substitute peppers for a user submitted value

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...