07-15-2009, 01:19 PM
(07-15-2009, 11:23 AM)Barubary Wrote:Ah, well spotted, thanks. Fixed.(07-15-2009, 11:11 AM)K.D. Wrote:(07-13-2009, 06:17 PM)Barubary Wrote: - Also refill the search box when double quotes ("s) are used.Not sure if I get what you mean with this one.
If I enter ["Mario"], the search box shows up empty, since the code looks like this:
Code:<input class="searchinput" name="q" type="text" value=""Mario"">
Also fixed:
- Do not reset the checkboxes. It's annoying when you have to remind yourself every time to change the checkboxes if your query has a typo or if you want to try something (slightly) different.
- Do not reset the search box when no results are found. It usually means you made a typo, and now you have the chance to make the same typo again.
Thanks for your input.