silverstripe-framework/tests/search
2011-09-15 16:13:02 +02:00
..
ContentControllerSearchExtensionTest.php BUGFIX Populates the page with fake data in order to pass subsequent unit tests 2011-02-02 14:20:05 +13:00
FulltextSearchableTest.php MINOR Added FulltextSearchable::get_searchable_classes() in order to introspect currently searchable classes, added FulltextSearchableTest, added documentation 2011-02-02 14:19:54 +13:00
SearchFilterApplyRelationTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13: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 ENHANCEMENT Added File.ShowInSearch flag to mirror the existing SiteTree.ShowInSearch flag - e.g. useful to limit visibility of user-uploaded files. Enforced in MySQLDatabase->searchEngine(). 2011-09-15 16:13:02 +02:00
SearchFormTest.yml ENHANCEMENT Added File.ShowInSearch flag to mirror the existing SiteTree.ShowInSearch flag - e.g. useful to limit visibility of user-uploaded files. Enforced in MySQLDatabase->searchEngine(). 2011-09-15 16:13:02 +02:00
TranslatableSearchFormTest.php BUGFIX: fix TranslatableSearchFormText by supporting fulltext search for MSSQL and using extendedSQL function call that augments queries properly (previously it was using DB::query which does not augment). Added wait to TranslatableSearchFormText so the test actually passes. 2011-02-02 14:19:49 +13:00
TranslatableSearchFormTest.yml BUGFIX Added required permissions to TranslatableSearchFormTest 2009-10-05 19:47:00 +00:00