This post describes how to perform full text search on a tumblr blog using Google Reader.
By default Tumblr search only works on tags. I write a lot of stuff on my Tumblr
blog and I want to be able to search all the content. At least at the time of
posting not all my content is indexed by Google, so searches of the form foo
inurl:jeromyanglim.tumblr.com are incomplete. Thus, I stumbled on a solution
using Google Reader.
To make searching even eaiser I incorporated a custom search into Alfred (a search tool for OSX, which described here). The same approach could be applied to a wide range of other quick search tools.
In summary, I performed a search for keywords and my blog name in Google Reader and copied the resulting URL. The keyword part was replaced with {query} as shown below:
http://www.google.com/reader/view/?hl=en&tab=qq#search/{query}%20%22jeromy%20anglim%27s%20notes%22/
preferences - custom searches +.notesNow I can activate Alfred and type notes whatever and it will search my blog on Google reader for whatever.