silverstripe-framework/search/filters
2013-07-05 10:41:18 +12:00
..
EndsWithFilter.php API DB-specific comparisators in SearchFilter and DataList 2012-12-11 12:04:48 +01:00
ExactMatchFilter.php API DB-specific comparisators in SearchFilter and DataList 2012-12-11 12:04:48 +01:00
ExactMatchMultiFilter.php API Allow use of :not, :nocase and :case modifiers to SearchFilters. 2012-10-10 10:26:47 +13:00
FulltextFilter.php API Add exclude() method to SearchFilters that excludes items that match the filter. 2012-10-09 14:43:47 +13:00
GreaterThanFilter.php API Add exclude() method to SearchFilters that excludes items that match the filter. 2012-10-09 14:43:47 +13:00
LessThanFilter.php API Add exclude() method to SearchFilters that excludes items that match the filter. 2012-10-09 14:43:47 +13:00
NegationFilter.php API Allow use of :not, :nocase and :case modifiers to SearchFilters. 2012-10-10 10:26:47 +13:00
PartialMatchFilter.php API DB-specific comparisators in SearchFilter and DataList 2012-12-11 12:04:48 +01:00
SearchFilter.php Quote table/column names when falling back to $fullName 2013-07-05 10:41:18 +12:00
StartsWithFilter.php API DB-specific comparisators in SearchFilter and DataList 2012-12-11 12:04:48 +01:00
StartsWithMultiFilter.php API Allow use of :not, :nocase and :case modifiers to SearchFilters. 2012-10-10 10:26:47 +13:00
WithinRangeFilter.php API Add exclude() method to SearchFilters that excludes items that match the filter. 2012-10-09 14:43:47 +13:00