'Varchar' ); private static $has_one = array( 'Deadline' => Deadline::class, ); private static $has_many = array( 'Actions' => Action::class, ); private static $searchable_fields = array( 'Name' => 'PartialMatchFilter', 'Actions.SolutionArea' => 'ExactMatchFilter', 'Actions.Description' => 'PartialMatchFilter' ); }