silverstripe-fulltextsearch/code
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
..
search Regression in SearchUpdater_ObjectHandler 2015-05-07 21:57:35 +12:00
solr Fix class limit on delete query in SolrIndex 2015-05-07 20:44:21 +12:00
utils WebDAV::exists() should add a trailing slash for checking dirs 2013-02-13 09:57:13 +13:00