Full text search endpoint (queries the elasticsearch doc store, slightly slower than suggest)
#### Parameters
* required:
* **input**
* optional:
* **lat**
* **lon**
* **zoom**
* **bbox**
* the bounding box where you want all your results to appear and be contained within that bbox, it can be one of the following comma separated strings, all of which are different ways of saying the same thing:
* bottom_left lat, bottom_left lon, top_right lat, top_right lon
* left, bottom, right, top
* min Longitude, min Latitude, max Longitude, max Latitude
* **size** (defaults to 10)
* **layers** (defaults to ```poi,admin,address```)