silverstripe-framework/search/filters
Damian Mooyman 09210efbc0 Merge remote-tracking branch 'origin/3'
Conflicts:
	composer.json
	control/Session.php
	docs/en/05_Contributing/01_Code.md
	docs/en/05_Contributing/02_Release_Process.md
	forms/FormField.php
	model/DataQuery.php
	model/Image.php
	model/queries/SQLConditionalExpression.php
	view/SSViewer.php
	view/ViewableData.php
2015-07-31 15:49:35 +12:00
..
ComparisonFilter.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
EndsWithFilter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ExactMatchFilter.php API Enable filters to perform 'IS NULL' or 'IS NOT NULL' checks 2015-05-26 12:09:17 +12:00
FulltextFilter.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-07-31 11:38:18 +12:00
GreaterThanFilter.php NEW: Created LessThanOrEqualFilter and GreaterThanEqualFilter 2013-11-25 03:59:51 +00:00
GreaterThanOrEqualFilter.php NEW: Created LessThanOrEqualFilter and GreaterThanEqualFilter 2013-11-25 03:59:51 +00:00
LessThanFilter.php NEW: Created LessThanOrEqualFilter and GreaterThanEqualFilter 2013-11-25 03:59:51 +00:00
LessThanOrEqualFilter.php NEW: Created LessThanOrEqualFilter and GreaterThanEqualFilter 2013-11-25 03:59:51 +00:00
PartialMatchFilter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SearchFilter.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-07-31 11:38:18 +12:00
StartsWithFilter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
WithinRangeFilter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00