Forum OpenACS Development: proposal to add focus property on search/www/index.adp (oacs 5.5)

Hi, testing the OpenACS 5.5 I've found that /search shows only a form with only a text input field. I think that could be nice if the focus were exactly there, on that field, when the page loads.

I have done that (locally) by adding a name to the form, and that property to de adp file:

<property name="focus">search.q</property>

I'm not sure if I'm supposed to commit that.
Thanks.