'Varchar', 'Industry' => 'Varchar', 'AnnualProfit' => 'Int' ); private static $summary_fields = array( 'Industry' ); private static $searchable_fields = array( 'Name' => 'PartialMatchFilter', 'Industry' => array( 'field' => TextareaField::class ), 'AnnualProfit' => array( 'field' => NumericField::class, 'filter' => 'PartialMatchFilter', 'title' => 'The Almighty Annual Profit' ) ); }