mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOC Updated search filter modifiers documentation to mention that they only work on data lists
This commit is contained in:
parent
80940f3c7f
commit
2bd5f8cbcf
@ -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