DOC Updated search filter modifiers documentation to mention that they only work on data lists

This commit is contained in:
Conny Nyman 2019-12-22 09:47:57 +02:00
parent 80940f3c7f
commit 2bd5f8cbcf
1 changed files with 1 additions and 1 deletions

View File

@ -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)