ubilabs / geocomplete

jQuery Geocoding and Places Autocomplete Plugin
http://ubilabs.github.com/geocomplete/
MIT License
1.22k stars 408 forks source link

Blocking request until query length minimum is reached #327

Open connor-odoherty opened 7 years ago

connor-odoherty commented 7 years ago

Is there any way to prevent the GetPredictions? request from firing until a search query length minimum (maybe 3 letters) is reached? This could drastically reduce total number of requests made.