silverstripe-framework/search/filters
Jeremy Thomerson 50e9eee2e9 FIX #2174: SearchFilter needs casting helper for DataObject base fields
Commit 964b3f2 fixed an issue where dbObject was returning casting helpers for
fields that were not actually DB objects, but had something in $casting config.

However, because dbObject was no longer calling DataObject->castingHelper, this
exposed a bug that the underlying function db($fieldName) was not returning
field specs for the base fields that are created by SS automatically on all
DataObjects (i.e. Created, LastEdited, etc).

This commit fixes the underlying issue that DataObject->db($fieldName) should
return the field specs for *all* DB fields like its documentation says it will,
including those base fields that are automatically created and do not appear in
$db.
2013-07-03 03:03:40 +00:00
..
EndsWithFilter.php API DB-specific comparisators in SearchFilter and DataList 2012-12-11 12:04:48 +01:00
ExactMatchFilter.php API DB-specific comparisators in SearchFilter and DataList 2012-12-11 12:04:48 +01:00
ExactMatchMultiFilter.php API Allow use of :not, :nocase and :case modifiers to SearchFilters. 2012-10-10 10:26:47 +13:00
FulltextFilter.php API Add exclude() method to SearchFilters that excludes items that match the filter. 2012-10-09 14:43:47 +13:00
GreaterThanFilter.php API Add exclude() method to SearchFilters that excludes items that match the filter. 2012-10-09 14:43:47 +13:00
LessThanFilter.php API Add exclude() method to SearchFilters that excludes items that match the filter. 2012-10-09 14:43:47 +13:00
NegationFilter.php API Allow use of :not, :nocase and :case modifiers to SearchFilters. 2012-10-10 10:26:47 +13:00
PartialMatchFilter.php API DB-specific comparisators in SearchFilter and DataList 2012-12-11 12:04:48 +01:00
SearchFilter.php FIX #2174: SearchFilter needs casting helper for DataObject base fields 2013-07-03 03:03:40 +00:00
StartsWithFilter.php API DB-specific comparisators in SearchFilter and DataList 2012-12-11 12:04:48 +01:00
StartsWithMultiFilter.php API Allow use of :not, :nocase and :case modifiers to SearchFilters. 2012-10-10 10:26:47 +13:00
WithinRangeFilter.php API Add exclude() method to SearchFilters that excludes items that match the filter. 2012-10-09 14:43:47 +13:00