silverstripe-framework/search
2008-11-12 23:39:07 +00:00
..
filters 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
AdvancedSearchForm.php BUGFIX Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421) 2008-10-16 13:26:50 +00:00
SearchContext.php SearchContext generates SELECT DISTINCT query rather than SELECT, so that duplicate records aren't shown as a result of certain search filters 2008-09-12 03:27:43 +00:00
SearchForm.php BUGFIX Fixed searching on sapphire/trunk due to Form changes - FormAction was useless on SearchForm anyway 2008-11-11 21:16:51 +00:00