Skip to content

Commit

Permalink
Updating searchable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dawb authored Apr 3, 2019
1 parent 548855c commit a9cbb99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/models/SectionObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ class SectionObject extends DataObject implements
'i18n_singular_name' => 'Type'
];

private static $searchable_fields = [
'Title' => 'Title'
];

/**
* Add default values to database
* @var array
Expand Down

0 comments on commit a9cbb99

Please sign in to comment.