Hi John,
I don't think this is going to work. As it would open all elements with the searchResults id.
I've looked at the DOM and found that when the filter is applied collapsible set items which don't meet the filter criteria are appended with .ui-screen-hidden. This hides the element.
I need to find the reverse of this selector so that I can apply:
.collapsible( "option", "collapsed" ,false);
after the filter has been applied.
Thanks, Mike