Merge pull request #9363 from conny-nyman/docs/search_filters

DOC Updated search filter modifiers documentation
This commit is contained in:
Garion Herman 2020-01-13 08:49:12 +13:00 committed by GitHub
commit 6229d014e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)