silverstripe-fulltextsearch/code/search
Hamish Friedlander b2098a3ebf FIX Throw error if trying to add a table-less DataObject class to index
Its impossible for SearchUpdater#handle_manipulation to figure out the difference
between writing to a table-less class (like Page if theres no $db set) and the
table-having parent (like SiteTree) because it only examines the DB manipulation

This meant if you tried to index Page without setting $db fields, only subclasses
that did have $db fields would be indexed

We cant fix, but we can throw an error if you try to do that
2013-05-03 09:23:21 +12:00
..
FullTextSearch.php BUGFIX: Fixed deprecation errors for ClassInfo::is_subclass_of 2012-07-19 13:41:05 +12:00
SearchIndex.php FIX Throw error if trying to add a table-less DataObject class to index 2013-05-03 09:23:21 +12:00
SearchIntrospection.php Fixing SS 3.1 support. Changing minimum requirement to 3.1 as a result. 2013-04-03 15:43:08 +13:00
SearchQuery.php Documentation 2012-08-29 21:57:45 +02:00
SearchUpdater.php Use the correct class name instead of $databaseConfig['type'] 2013-04-12 16:31:10 +12:00
SearchVariant.php BUG Dont try and load SearchVariants that dont apply to this env 2012-07-19 13:41:05 +12:00
SearchVariantSiteTreeSubsitesPolyhome.php BUG Dont try and load SearchVariants that dont apply to this env 2012-07-19 13:41:05 +12:00
SearchVariantSubsites.php NEW Add variant for regular subsite module. 2013-02-13 10:16:39 +13:00
SearchVariantVersioned.php BUG Dont try and load SearchVariants that dont apply to this env 2012-07-19 13:41:05 +12:00