> Apart from a simple SQL "where [column] like '%[phrase]%' " clause, are > there any other options out there? I also don't want to use a custom Google > search, for a variety of reasons.
You might make use of a dictionary web service like http://services.aonaware.com/DictService/DictService.asmx and throw the results of a match search using SOUNDEX into an IN() in your query. Just a though ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321530 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

