Blogger Search Gadget not working ! (i had the same issue and noticed this is a common, known issue on blogger.)
I added a search widget to my blog to enable blog search Eureka ! It works like a charm.
Login to your Blogger account.
Layout > Page Elements (elements on the layout). Click on Add a Gadget and select HTML/Javascript.
In the Title field, enter how you would want to call your search ex:"Search blog", etc.; In Content, paste the following code:
I added a search widget to my blog to enable blog search Eureka ! It works like a charm.
Login to your Blogger account.
Layout > Page Elements (elements on the layout). Click on Add a Gadget and select HTML/Javascript.
In the Title field, enter how you would want to call your search ex:"Search blog", etc.; In Content, paste the following code:
<form action="search" name="input" method="get">
<input value="Search" name="q" size="20" type="text"/>
<input value="Go!" type="submit"/>
</form>