Winston, Sure here is the other line that needs to be changed to prevent the widget from changing to the results after a second:Comment out this line of code in the init function: if (filterField)
{
wTemplate.addTitlebarButton(ICON_URL + "i_searchtext.png", textFilterLabel, toggleFilterPanel);
wTemplate.addTitlebarButton(ICON_URL + "i_clear.png", textFilterClear, doClear);
wTemplate.selectedTitlebarButtonIndex = 1;
//this.currentState = "resultsList";
}
To be able to search more than one field at a time would require you to built a custom widget using the FindTask instead of the QueryTask.Don't forget to click the Mark as answer check and to click the top arrow (promote) as shown below: