I recommend you take a look at ColdFusion's built-in Verity search api:
http://livedocs.adobe.com/
Verity is an excellent feature of ColdFusion that makes it pretty easy to create extensible collections of the data you seek whether it be actual pages, or data in databases. It is pretty configurable and has a lot of the features you are seeking such as the recognition of misspellings and providing alternate search terms.
Main Topics
Browse All Topics





by: EugeneZPosted on 2009-01-06 at 07:33:01ID: 23305304
what is wrong with your Full-text search catalogs?
see more about FTS functions: http://technet.microsoft.c om/en-us/l ibrary/ms1 42519(SQL. 90).aspx
-- --
if your search fields not big you can try to use 'Like' operator: http://technet.microsoft.c om/en-us/l ibrary/ ms1 79859(SQL. 90).aspx
check spelling solutions::
http://www.bpur cell.org/b log/addcom ment.cfm?i d=997
http://livedocs.adobe.com/ coldfusion /8/htmldoc s/help.htm l? content= indexSearc h_09.html