Overview: Fix clear button working in overview search
onTextEdited only updates on user-invoked key presses, and not programatic changes.
This is a better choice when we have a two-way bindings such as with configuration files, but in this case we always want the UI to reflect the current contents of the search box making onTextChanged the better signal.