jQuery-Autocomplete
jQuery-Autocomplete copied to clipboard
Fix empty response
Ignore empty response suggestions and try to fetch again. The server may return empty responses, because it starts searching only if a string of min-length of 3 chars is given (to avoid huge responses).