silverstripe-framework/search/filters
Sam Minnee 9a83be9140 Merge branch 'master' of git@github.com:sminnee/sapphire
From: Sam Minnee <sam@silverstripe.com>

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@90071 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-23 23:26:10 +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 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 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 Merge branch 'master' of git@github.com:sminnee/sapphire 2009-10-23 23:26:10 +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