In RebuildSearchIndex.php: if ( IPS::classUsesTrait( $item, 'IPS\Content\FuturePublishing' ) AND !$item->isFutureDate() ) { $index = FALSE; } skips indexing items that are not isFutureDate. It seems checking the wrong condition.
Recommended Comments
There are no comments to display.