From 2bd5f8cbcf0ff7b651b7d225668178b241ab3945 Mon Sep 17 00:00:00 2001 From: Conny Nyman Date: Sun, 22 Dec 2019 09:47:57 +0200 Subject: [PATCH] DOC Updated search filter modifiers documentation to mention that they only work on data lists --- docs/en/02_Developer_Guides/00_Model/06_SearchFilters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)