Moderation skipping should call enable and disable on the provider when available
## Summary When skip_moderation is enabled, provider should have moderation disabled then enabled again ## Steps to reproduce 1. Enable skip moderation on the ai search search api backend 2. Attempt to index content that fails moderation 3. See moderation is not skipped ## Expected result Moderation is skipped ## Actual result Moderation is still applied ## Environment - Drupal version: 10x - Module version: 1.x - PHP version: 8.4 - Last known working version: None ### Screenshots / recordings *(optional)* N/A ### Error messages or logs *(optional)* N/A ## Any other information *(optional)* N/A
issue