silverstripe-framework/search/filters
Ingo Schommer e6e47cb35e API DB-specific comparisators in SearchFilter and DataList
Too many edge cases to leave this up to datalists,
particularly now that we introduced enforced
case sensitivity/insensitivity in the ORM APIs.
2012-12-11 12:04:48 +01: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 API DB-specific comparisators in SearchFilter and DataList 2012-12-11 12:04:48 +01: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