Searching gethue.com

There used to be a Search option in gethue.com website which was very useful to get various info quickly. I cannot find it anymore :frowning:

Indeed, there was a native search in the previous Hue or there is one https://docs.gethue.com/ but not in the new version of gethue.

However, there is an easy wait to leverage an even better one by typing in google something like:

site:gethue.com docker

if searching for โ€˜dockerโ€™ content inside gethue.com.

How about that?

Wonderful! I wonder if a link to use google search can be put on the top of gethue.com for dummies like us who forget :smile: :

<html>
<div id="search-box" class="search-box search-header" role="search">
				<form action="https://www.google.com/search" method="get" id="search">
					<fieldset>
						<input type="hidden" name="sitesearch" value="gethue.com" />
						<input type=text name="q" id="keywords" maxlength="128" title="Search for keywords" class="inputbox search tiny" size="20" value="" placeholder="Google..." />
						<button class="button button-search" type="submit" title="Search">
							<i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">Search</span>
						</button>		
					</fieldset>
				</form>
			</div>

</html>