public function updateNodeVisibility($nodeID, $action)
 {
     if (method_exists($this->legacySearchEngine, 'updateNodeVisibility')) {
         return $this->legacySearchEngine->updateNodeVisibility($nodeID, $action);
     }
 }