silverstripe-framework/search/filters
Sean Harvey bf19a704a4 BUGFIX: LessThanFilter uses SearchFilter::getDbFormattedValue, just like GreaterThanFilter (from r95388)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@95637 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-12-16 05:49:33 +00:00
..
EndsWithFilter.php BUGFIX: Made search filters db agnostic 2009-05-07 06:00:41 +00:00
ExactMatchFilter.php BUGFIX Fixed unclear SQL escaping responsibilities in SearchFilter subclasses - it now expects unescaped data, and escapes automatically when adding to the query) 2008-10-05 19:20:35 +00:00
ExactMatchMultiFilter.php BUGFIX Fixed unclear SQL escaping responsibilities in SearchFilter subclasses - it now expects unescaped data, and escapes automatically when adding to the query) 2008-10-05 19:20:35 +00:00
FulltextFilter.php BUGFIX Fixed SQL syntax error in MATCH AGAINST clause in FulltextFilter 2009-05-24 21:27:48 +00:00
GreaterThanFilter.php APICHANGE: introduce SearchFilter::getDbFormattedValue() and GreateThanFilter will used this method to make the qurey so that it can apply to a field that input format is different that its db format, such as CalendarDateField. 2008-11-12 23:39:07 +00:00
LessThanFilter.php BUGFIX: LessThanFilter uses SearchFilter::getDbFormattedValue, just like GreaterThanFilter (from r95388) 2009-12-16 05:49:33 +00:00
NegationFilter.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
PartialMatchFilter.php BUGFIX Fixed unclear SQL escaping responsibilities in SearchFilter subclasses - it now expects unescaped data, and escapes automatically when adding to the query) 2008-10-05 19:20:35 +00:00
SearchFilter.php BUGFIX Fixed incorrect hasDatabaseField() in SearchFilter::getDbName() - use hasOwnTableDatabaseField() instead (from r93860) 2009-11-30 00:46:14 +00:00
StartsWithFilter.php BUGFIX: Made search filters db agnostic 2009-05-07 06:00:41 +00:00
StartsWithMultiFilter.php BUGFIX Fixed unclear SQL escaping responsibilities in SearchFilter subclasses - it now expects unescaped data, and escapes automatically when adding to the query) 2008-10-05 19:20:35 +00:00
SubstringFilter.php BUGFIX Fixed unclear SQL escaping responsibilities in SearchFilter subclasses - it now expects unescaped data, and escapes automatically when adding to the query) 2008-10-05 19:20:35 +00:00
WithinRangeFilter.php BUGFIX Fixed unclear SQL escaping responsibilities in SearchFilter subclasses - it now expects unescaped data, and escapes automatically when adding to the query) 2008-10-05 19:20:35 +00:00