Best way to build a SMART mySQL & PHP search engine?

Posted by Kyle R on Stack Overflow See other posts from Stack Overflow or by Kyle R
Published on 2011-01-10T02:45:29Z Indexed on 2011/01/10 2:53 UTC
Read the original article Hit count: 165

Filed under:
|
|
|

What is the best way to build a mySQL & PHP search?

I am currently using things like

%term%

I want it to be able to find the result even if they spell it slightly wrong, for example:

Field value = "One: Stop Shop:

They search:

One Shop Stop

OR

One Stop Shop

Etc.. I want a really smart search so they find the information even if they don't search the exact thing.

What is the best way to build a smart search like this?

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql