Auto suggest is an attempt at suggesting place names, there requests will not pass to our provide and instead will perform a lookup directly on our elastic search instance. We should return the results form elastic verbatim. The endpoint for this search will be /suggest?q=An option value of &country=<string> should be passable, when given it should use a filter on the elastic search index to limit results to the given country.