/**
  *
  * @return string Href attribute for type as you go autofilter
  */
 protected function getAutoSearchHref()
 {
     return \MUtil_Html::attrib('href', array('action' => 'autofilter', $this->model->getTextFilter() => null, 'RouteReset' => true));
 }