Question
Search with results as you type...
I am working on writing a search feature for an intranet
application to search on records. We really would like to use some
functioanlity like the Adobe.com website uses where it seems to
search the database as you type each letter, showing you results
real time as you search. Obviously I can write some javascript and
CF code to run against the database as each letter is typed using a
SQL Like statement. But Im concerned over performance as our DB
grows. Are there other tactics I should think about other than just
going this method? Something I should use instead to make it run
faster and more efficiently.
