I have a field visitors can use to find records in teh database. However, the data must be validated to make teh search as fast as possible.
I have seen search fields in iTunes and on eBay. As the user starts typing a pop-up shows the possible matches. As the user types teh list gets smaller and smaller until the best possible match is displayed.
Does anyone know how this is done?
To make it a little more complicated, the search must look in two tables. The main table contains standard items and the second table contains the aliases (or common mispellings, or abbreviations) so that it will find the appropriate record either way.
Thanks in advance for your ideas and suggestions.