silverstripe-fulltextsearch/code/search
Sam Minnee b25ec97979 FIX: Fix initial dev/build on PDO Database.
When the database isn’t yet created, $current is set, but
$current->currentDatabase() is empty. I suspect this only applies to 
PDO connections. It results in errors during startup.

This check fixes it.
2016-04-29 14:23:11 +12:00
..
processors Converted to PSR-2 2015-11-21 19:19:20 +13:00
FullTextSearch.php Converted to PSR-2 2015-11-21 19:19:20 +13:00
SearchIndex.php BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00
SearchIntrospection.php Converted to PSR-2 2015-11-21 19:19:20 +13:00
SearchQuery.php Converted to PSR-2 2015-11-21 19:19:20 +13:00
SearchUpdater.php FIX: Fix initial dev/build on PDO Database. 2016-04-29 14:23:11 +12:00
SearchVariant.php BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00
SearchVariantSiteTreeSubsitesPolyhome.php BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00
SearchVariantSubsites.php BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00
SearchVariantVersioned.php BUG fix issues with search variants applying to more than one class 2016-04-26 12:43:31 +12:00