silverstripe-fulltextsearch/code/search
Ingo Schommer 9d079724a3 Regression in SearchUpdater_ObjectHandler
Stopped indexing of classes which were unrelated to overall variants.
For example, an index with excludeVariantState(array('SearchVariantVersioned' => 'Stage'))
should only set this variant state on types where appliesTo() returns true, namely "Page".
Without the $class parameter it also returned on "File" index requests,
which then lead to all index requests being discarded later on somewhere in SearchUpdater.

Regression introduced in 625d282.
2015-05-07 21:57:35 +12:00
..
processors API SearchUpdateQueuedJobProcessor now uses batching 2014-08-21 16:19:51 +12:00
FullTextSearch.php BUGFIX: Fixed deprecation errors for ClassInfo::is_subclass_of 2012-07-19 13:41:05 +12:00
SearchIndex.php Fix many_many fieldData bug 2014-08-21 16:58:59 +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 Regression in SearchUpdater_ObjectHandler 2015-05-07 21:57:35 +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 FIX: will work for postgreSQL 2014-08-19 10:29:01 +12:00
SearchVariantVersioned.php BUG Dont try and load SearchVariants that dont apply to this env 2012-07-19 13:41:05 +12:00