silverstripe-cms/code/search
Damian Mooyman 5dd058338a BUG Fix encoding of SearchForm::getSearchQuery
This made it awkward for user code to extract the query value for use in other applications; This would otherwise have to be xml decoded again.
Casting has been promoted to the templating level via DBField::create_field and a `SearchForm.casting` config setting.
2014-05-06 11:11:46 +12:00
..
ContentControllerSearchExtension.php BUG Fix encoding of SearchForm::getSearchQuery 2014-05-06 11:11:46 +12:00
SearchForm.php BUG Fix encoding of SearchForm::getSearchQuery 2014-05-06 11:11:46 +12:00