Parsing search strings
We've all had to write a search form at some point. Beyond simple cases, you reach for the big guns, like haystack, et al.
But what about when it's just something simple? What if you want to, for instance, let people search your blog posts?
In django, that can be done simply with: