2 Commits

Author SHA1 Message Date
Peter Bacon Darwin
7a759df49e refactor(aio): remove unused mock method 2017-05-14 15:46:24 +01:00
Peter Bacon Darwin
6497633529 feat(aio): improve search results functionality
* Ensure that all indexed documents are displayed in the search results.
(Previously the guide documents were not appearing because we only showed
results that had a `name` property, rather than a `name` or `title`.)
* Group the results by their containing folder (e.g. api, guide, tutorial, etc).
* Hide the results when the user hits the ESC key.
* Hide the results when the user clicks on a search result

Closes 
2017-03-13 16:55:52 -07:00