Hi
Forgive me for being slightly off-topic, but I thought that all you wiz out there could easily help me with this one.
I'm doing a search in a mysql database where I compare words, like this:
SELECT .... FROM .... WHERE word IN ('word1', 'word2', ...)
It all works like a charm, but I would like to expand the search to be 'fuzzy'. So that if word='matchbox' and word1='match' would generate a hit.
Regards
P Degerman, SWEDEN