mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOC: fix typo
Fixing typo in searchable fields description.
This commit is contained in:
parent
25094fcdf5
commit
e60a25cfbd
@ -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`:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user