I'd like to figure out how to implement the search-as-you-type functionality other websites have. I imagine this works like this:
each time a letter is entered into the field, the database is queried for what is currently in the field, the result of this query populates a dropdown menu of possible matches.
I'd like to figure out how to implement the search-as-you-type functionality other websites have. I imagine this works like this: each time a letter is entered into the field, the database is queried for what is currently in the field, the result of this query populates a dropdown menu of possible matches.