Indexing taxonomy terms breaks with error "Field created is unknown."
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3545446. --> Reported by: [eelkeblok](https://www.drupal.org/user/423078) Related to !3 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We've configured Search API to index some taxonomy terms to Vragen.ai, but Search API breaks with an error like "Field created is unknown. (Document: entity:taxonomy_term/16112:nl)".</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Configure an index to send taxonomy terms to Vragen.ai.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Check whether the entity has a created field before trying to retrieve it.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ul> <li>Create MR</li> <li>Review</li> <li>Merge</li> </ul> <h3 id="summary-ui-changes">User interface changes</h3> <p>None.</p> <h3 id="summary-api-changes">API changes</h3> <p>None.</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>None.</p>
issue