Merge pull request #9858 from edwilde/patch-9

DOC: fix typo
This commit is contained in:
Stevie Mayhew 2021-02-15 10:49:16 +13:00 committed by GitHub
commit f3ff7b7bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ class MyDataObject extends DataObject
}
```
Searchable fields will be appear in the search interface with a default form field (usually a [TextField](api:SilverStripe\Forms\TextField)) and a
Searchable fields will appear in the search interface with a default form field (usually a [TextField](api:SilverStripe\Forms\TextField)) and a
default search filter assigned (usually an [ExactMatchFilter](api:SilverStripe\ORM\Filters\ExactMatchFilter)). To override these defaults, you can specify
additional information on `$searchable_fields`: