- Original Poster
- #1
... one for the nerdlingers here!
Does anyone know how to do a really good site search. Currently I'm using mysql MATCH() AGAINST(), which sorts my results by relevancy, but its still pretty crud, as it wont search three letter words, and still have to get the spelling spot on. Any suggestions? Ive looked at things like SOUNDEX() which looks like it might be of some use but after reading the manual i cant see how i would apply it?
If anyone can point me to where I can educate myself on this that would be great.
Does anyone know how to do a really good site search. Currently I'm using mysql MATCH() AGAINST(), which sorts my results by relevancy, but its still pretty crud, as it wont search three letter words, and still have to get the spelling spot on. Any suggestions? Ive looked at things like SOUNDEX() which looks like it might be of some use but after reading the manual i cant see how i would apply it?
If anyone can point me to where I can educate myself on this that would be great.