Content export should ignore Search API tasks and redirects
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3574719. -->
Reported by: [phenaproxima](https://www.drupal.org/user/205645)
Related to !817
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>We have a class, <code>ContentLoader</code>, which yields every content entity to export in a site export. It has some minor opinions about what entities to export, but it is not smart enough to ignore certain internal contrib entity types, like redirects and Search API's "tasks".</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Create an explicit reject list in ContentLoader and use it to filter out entity types we don't want to export.</p>
issue