We are experiencing a rather annoying issue with the lookups. What happens is that the user will search for a string first, then when it hasnt returned anything they will delete the search string one char at a time, resulting in subsequent searches and eventually, searching for nothing. Eg;
User Types: Result:
Smith No Result Deletes 'h' Searches on 'Smit' Deletes 't' Searches on 'Smi'
and so on until they have deleted all characters and it searches for nothing ie a blank search. Is there any way of stopping this??
Regards
Matt |