silverstripe-framework/tests/search
Normann Lou 869625dcc5 ENHANCEMENT: add more assertion in SearchFilterAapplyRelationTest to test more cases for many_many relation.
MINOR: fine tuning using DataObjectSet::column('ID') to get the object's ID, instead of DataObjectSet::First()->ID

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@84149 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-08-11 04:58:37 +00:00
..
SearchFilterApplyRelationTest.php ENHANCEMENT: add more assertion in SearchFilterAapplyRelationTest to test more cases for many_many relation. 2009-08-11 00:11:17 +00:00
SearchFilterApplyRelationTest.yml ENHANCEMENT: add more assertion in SearchFilterAapplyRelationTest to test more cases for many_many relation. 2009-08-11 04:58:37 +00:00
SearchFormTest.php FEATURE Supporting search for special characters like umlauts in SearchForm. These characters are encoded to HTML entities by TinyMCE for SiteTree->Content, hence we need a special case in the search logic (incl. unit tests) 2009-01-19 02:49:42 +00:00
SearchFormTest.yml FEATURE Supporting search for special characters like umlauts in SearchForm. These characters are encoded to HTML entities by TinyMCE for SiteTree->Content, hence we need a special case in the search logic (incl. unit tests) 2009-01-19 02:49:42 +00:00
TranslatableSearchFormTest.php BUGFIX #4255 sharvey: Fix application of extra db fields by DataObjectDecorators. 2009-06-17 07:01:28 +00:00
TranslatableSearchFormTest.yml FEATURE Enabled specifying a language through a hidden field in SearchForm which limits the search to pages in this language (incl. unit tests) 2009-01-19 02:18:41 +00:00