View Single Post
Old 22nd July 2008, 12:34   #3
PerlOfWisdom
More time posting than coding
 
Join Date: Jul 2005
Posts: 471
Default

You need to set up an indexing table with values like:

John Smith
ohn Smith
hn Smith
n Smith
Smith
Smith
mith
ith
th

This allows indexed searches as there is no wildcard at the begining of the string.
PerlOfWisdom is offline   Reply With Quote