silverstripe-framework/search/filters
torleifw 85de3866df FIX postgres can filter on non text fields
Filtering non text fields in postgres would cause the SQL to fail. This
casts the field to text before the LIKE filter.
2013-07-18 11:33:27 +12: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 FIX postgres can filter on non text fields 2013-07-18 11:33:27 +12: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