diff --git a/docs/en/02_Developer_Guides/00_Model/06_SearchFilters.md b/docs/en/02_Developer_Guides/00_Model/06_SearchFilters.md index b5072f8e0..f12b52132 100644 --- a/docs/en/02_Developer_Guides/00_Model/06_SearchFilters.md +++ b/docs/en/02_Developer_Guides/00_Model/06_SearchFilters.md @@ -6,7 +6,7 @@ icon: search # SearchFilter Modifiers -The `filter` and `exclude` operations specify exact matches by default. However, there are a number of suffixes that +The `filter` and `exclude` operations specify exact matches by default. However, when filtering `DataList`s, there are a number of suffixes that you can put on field names to change this behavior. These are represented as `SearchFilter` subclasses and include. * [StartsWithFilter](api:SilverStripe\ORM\Filters\StartsWithFilter)