mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9363 from conny-nyman/docs/search_filters
DOC Updated search filter modifiers documentation
This commit is contained in:
commit
6229d014e0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user