silverstripe-framework/search/filters
2012-06-15 15:48:47 +12:00
..
EndsWithFilter.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
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 MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12: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 MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SearchFilter.php If a DataObject has a many_many to a SiteTree subclass, and that subclass has no database fields defined, and $this->name is "ID", this function will errantly return "SiteTreeSubClass.ID", which can never exist in a search query, since there is no such table as SiteTreeSubClass. The problem is that DataObject::hasOwnTableDatabaseField() is a little eager when passed an argument of "ID." It doesn't check to see if the object has its own table first. 2012-06-04 12:27:58 -03:00
StartsWithFilter.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
StartsWithMultiFilter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SubstringFilter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
WithinRangeFilter.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