Search is an input field that allows the user to enter a search term. Once entered and submitted, the site will search and display any results that match that search term.

Example


Design Considerations

The search field is found in 2 areas of the site: the header and the 404 page. In the header, the search field dynamically displays once the search button is clicked. This design conserves space in the header. Once the input field displays, an auto-suggest dropdown displays once the user begins typing. This gives suggestions for similar searches on the site.