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