[jQuery] Autocomplete - Minimum Size of Possible Matches
Has anyone else run in to an issue with autocomplete not returning
matches of less than five characters? I have it searching for matches
starting at 2 characters, but for some reason it sits at the 'Loading'
message if the only match is only 4 characters long? (For example,
I'm typing in 'Ko' and it won't find the name 'Koch' in the list.)
I've replicated this with a few possible matches that are 4 characters
long, consistently fails. However, if I increase that name to 5
characters it works fine.
Any suggestions?
Thanks,
Joel