Hi Victor,
I just pushed a change to the source code repository like this:
if (!Page.IsPostBack)
{
if (HttpContext.Current.Request.QueryString["q"] != null && HttpContext.Current.Request.QueryString["q"].Length > 0)
{
writer.Write("customSearchControl.execute('" + SecurityHelper.SanitizeHtml(HttpContext.Current.Request.QueryString["q"]) + "');");
}
}
but I have not tested it, can you test it and verify it still works?
Thanks,
Joe