silverstripe-framework/search/filters
Sam Minnee fece61c90b BUGFIX: Use numeric literal for numeric less-than filter. 2011-12-17 16:42:31 +13:00
..
EndsWithFilter.php API CHANGE: Renamed DataList::filter() and DataQuery::filter() to ::where(). 2011-05-01 15:26:30 +12:00
ExactMatchFilter.php API CHANGE: Renamed DataList::filter() and DataQuery::filter() to ::where(). 2011-05-01 15:26:30 +12:00
ExactMatchMultiFilter.php API CHANGE: Renamed DataList::filter() and DataQuery::filter() to ::where(). 2011-05-01 15:26:30 +12:00
FulltextFilter.php ENHANCEMENT: First cut of running SearchContext through DataList/DataQuery. Note that the eventual goal is probably to ditch SearchContext entirely. 2011-05-01 15:25:58 +12:00
GreaterThanFilter.php API CHANGE: Renamed DataList::filter() and DataQuery::filter() to ::where(). 2011-05-01 15:26:30 +12:00
LessThanFilter.php BUGFIX: Use numeric literal for numeric less-than filter. 2011-12-17 16:42:31 +13:00
NegationFilter.php BUGFIX NegationFilter and SubstringFilter did not set the DataModel on apply() 2011-12-17 16:42:30 +13:00
PartialMatchFilter.php API CHANGE: Renamed DataList::filter() and DataQuery::filter() to ::where(). 2011-05-01 15:26:30 +12:00
SearchFilter.php Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
StartsWithFilter.php API CHANGE: Renamed DataList::filter() and DataQuery::filter() to ::where(). 2011-05-01 15:26:30 +12:00
StartsWithMultiFilter.php API CHANGE: Renamed DataList::filter() and DataQuery::filter() to ::where(). 2011-05-01 15:26:30 +12:00
SubstringFilter.php API CHANGE: Deprecate SubstringFilter in favour of PartialMatchFilter. 2011-12-17 16:42:30 +13:00
WithinRangeFilter.php Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00