clear method

void clear()

Clears the search query.

Implementation

void clear() {
  controller.clear();
  search("");
}