Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 582 Bytes

search.md

File metadata and controls

22 lines (19 loc) · 582 Bytes
layout title permalink
page
Search
/search/

Enter a search string then press Enter or click Search

<script> function googleSearch() { var searchString = document.getElementById("searchString").value; var prefix = "https://www.google.com/search?q="; var suffix = "%20site:docs.evostream.com"; searchURL = prefix + encodeURI(searchString) + suffix; window.open(searchURL); } </script>