silverstripe-framework/tests/search
Sam Minnee 6449e3a1a7 MINOR Added FulltextSearchable::get_searchable_classes() in order to introspect currently searchable classes, added FulltextSearchableTest, added documentation (from r111789)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112923 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-19 04:53:36 +00:00
..
ContentControllerSearchExtensionTest.php BUGFIX: Search didn't respect searchableClasses passed to FulltextSearchable::enable() (from r111464) 2010-10-19 03:54:51 +00:00
FulltextSearchableTest.php MINOR Added FulltextSearchable::get_searchable_classes() in order to introspect currently searchable classes, added FulltextSearchableTest, added documentation (from r111789) 2010-10-19 04:53:36 +00:00
SearchFilterApplyRelationTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2010-04-12 02:03:16 +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 BUGFIX: force the test to wait until indexing completes. Do not use stop words ('me') (from r110130) 2010-10-19 01:27:18 +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: 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. (from r110262) 2010-10-19 01:30:10 +00:00
TranslatableSearchFormTest.yml BUGFIX Added required permissions to TranslatableSearchFormTest 2009-10-05 19:47:00 +00:00