Tumblr search help needed.
So I have a search box on the blog. And it’s cool. It searches the text of posts and finds what I’m looking for. BUT! I want it to search the tags AND the text. Is that possible? Below is the code I use:
<form action=”/search” method=”get” class=”search”>
<input name=”q” type=”text” value=”” size=”15” class=”search-text”/>
<input type=”submit” value=”Search” class=”search-submit”/>
</form>
So, fellow Tumblrers, got any suggestions?