Please don’t patronize me. You clearly haven’t tried this or even attempted to understand what I am asking.
Clearing the search form only clears the arguments, it doesn’t reset the conditions which in this case are ‘null’ or ‘not null’. So the search form is stuck using either ‘null’ or ‘not null’.
I have hacked around this by adding another condition which I am not using elsewhere in my application and then renaming it to ‘all’. This presents the user with ‘all’, ‘null’, ‘not null’. However clicking clear doesn’t reset this to ‘all’, and it’s still a hack.
So my question is still how does SC natively deal with this simple requirement?