Hi,
Is there way to set the initial state of the Search Panel to "SHOW" in version 5.3? I tried the solution written about before:
if( $('#searchOptions1').is(':hidden') ) {
searchController1.toggleSearchOptions();
}
But this does not seem to work in ver 5.3
Any suggestions? Thanks.