I’d like to second the need for a search function feature that Aris made. Even for a minimalist blogging platform, I consider this a core need with perhaps a medium-level priority. Specifically, my thoughts on this are: A search keyword input box for an individual blog. This is regardless whether the blog is public or private. I don’t see searching through all one’s blogs as having the same importance, though if that can be easily done without adverse system resources implications, it would also be a helpful feature. If possible, simple AND, OR, ANDNOT logic for the keyword searches.
What I’m doing now is exporting my blogs, and then searching with a simple php program to do this search client-side. But then, whenever I make changes, a new export needs to be made. It would be nice to have the search feature built-in.