silverstripe-framework/search/filters
Sam Minnee 1f7fc1f76a FIX Remove instances of lines longer than 120c
The entire framework repo (with the exception of system-generated files) has been amended to respect the 120c line-length limit.  This is in preparation for the enforcement of this rule with PHP_CodeSniffer.
2012-09-30 17:18:13 +13:00
..
EndsWithFilter.php BUGFIX Case insensitive search filters for PostgreSQL (fixes #6548) 2012-09-02 23:02:20 +02:00
ExactMatchFilter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ExactMatchMultiFilter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FulltextFilter.php MINOR Ensure DataQuery used in apply() is returned on Filter classes (to be consistent with GreaterThanFilter etc which will return it) 2012-06-15 15:48:47 +12:00
GreaterThanFilter.php ENHANCEMENT: GreaterThanFilter should be consistent with LessThanFilter 2012-08-21 12:48:01 -03:00
LessThanFilter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
NegationFilter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PartialMatchFilter.php BUGFIX Case insensitive search filters for PostgreSQL (fixes #6548) 2012-09-02 23:02:20 +02:00
SearchFilter.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
StartsWithFilter.php BUGFIX Case insensitive search filters for PostgreSQL (fixes #6548) 2012-09-02 23:02:20 +02:00
StartsWithMultiFilter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SubstringFilter.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
WithinRangeFilter.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00