find in menubar.tpl:
<input type="radio" name="search_type"
value="title"TITLECHECKED>
Revise it to
<input type="radio" checked name="search_type"
value="title"TITLECHECKED>
This will make sure that the user never forget to choose
either "Author" or "Title" in the search console before
launching a query.