silverstripe-framework/search/filters
Sean Harvey 52909a915c BUGFIX Fixed support for SearchFilter on many to many relations that don't have a component class DB table, but have a component base class table
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@71401 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-02-04 23:19:22 +00:00
..
EndsWithFilter.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
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 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
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 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
NegationFilter.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
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 support for SearchFilter on many to many relations that don't have a component class DB table, but have a component base class table 2009-02-04 23:19:22 +00:00
StartsWithFilter.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
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