When the main search field is empty and ENTER key is hit then the web application flow is not well defined. The problem is that we do not fire any query (thus events are not fired) and we only clear the search results area. Generally speaking we need to make sure this state is well defined and does not break functionality that depends on internal events being fired.
When the main search field is empty and
ENTER
key is hit then the web application flow is not well defined. The problem is that we do not fire any query (thus events are not fired) and we only clear the search results area. Generally speaking we need to make sure this state is well defined and does not break functionality that depends on internal events being fired.