I wanted to check if the results actually contained any suggestions (.length check on array) but I found it wasn't possible. A simple addition to the onSearchComplete callback makes it possible: ``` javascript options.onSearchComplete.call(that.element, q, data); ```