public function componentResults_normal()
 {
     if (!property_exists($this, 'show_project')) {
         $this->show_project = false;
     }
     $this->default_columns = TBGSavedSearch::getDefaultVisibleColumns();
     $this->visible_columns = $this->search_object->getColumns();
 }