It looks like closeAfterReset isn't actually implemented in the code, though their wiki says it's an option.
I'm attempting to do it myself, but can't find the right hooks in the code to do it.
Has anyone figured out a way to do this?
I'm attempting to use @Oleg's approach from this SO question, but the selector isn't working and my overlay stays up. If I click the overlay it disappears. At this point, if I open the search again and click Reset, I get a StackOverflow because it gets stuck calling reDraw
on the search box. I have also implemented @Oleg's solution in this SO question to hide the operator drop down box and resize my search form.
Any help is appreciated. Thanks!