Embedding retrieval can fail due to UTF8 and Search API expects failures to allow indexing to continue
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3479642. --> Reported by: [scott_euser](https://www.drupal.org/user/3267594) Related to !161 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>If the indexing fails on an item; e.g. failure to convert to UTF8, Search API expects that it can continue with other items and advises the user to check the logs.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Non-UTF8 works in chunks</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Catch such exceptions and log warnings instead</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>MR</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>Search API doesn't bail, but instead indexes what it can</p> <h3 id="summary-api-changes">API changes</h3> <p>N/A</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>N/A</p>
issue