A reference implementation for a full screen search popup window. Although this sample is for launch.ly, you will be able to use this on any website.
- Setup your site to use JQuery and Font Awesome
- Add a search button to your site layout, like the one in search-button.html
- Add the search form from search-form.html to just before the closing body tag in your master snippet.
- The javascript to your master snippet layout
- Add the search.css
Test it.
The search form will send the results to /search?s= and you should use a snippet to handle the search results.